Skip to content

Commit

Permalink
chore: checkout branch in move workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Juveniel committed Sep 21, 2023
1 parent 93a43fa commit 6039b3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/move_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
}
export-secrets-to-environment: false

- name: Check out develop
uses: actions/checkout@v3
with:
ref: develop

- name: Setup node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 6039b3c

Please sign in to comment.