mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
checkout code before calling action
This ensures that the action can be found. Signed-off-by: R.I.Pienaar <rip@devco.net>
This commit is contained in:
11
.github/workflows/rc_nightly.yaml
vendored
11
.github/workflows/rc_nightly.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: NATS Server Nightly RC
|
||||
name: NATS Server Nightly MAIN
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
|
||||
@@ -7,11 +7,16 @@ on:
|
||||
|
||||
|
||||
jobs:
|
||||
rc_release:
|
||||
nightly_main_release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: src/github.com/nats-io/nats-server
|
||||
ref: main
|
||||
|
||||
- uses: ./.github/actions/nightly-release
|
||||
with:
|
||||
go: "1.19"
|
||||
branch: main
|
||||
label: nightly-main
|
||||
|
||||
Reference in New Issue
Block a user