Skip to content

Commit

Permalink
ci: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed May 27, 2021
1 parent 37bbee5 commit 1b1ae68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Reset main branch
run: |
git fetch origin dev:dev
git reset --hard dev
git reset --hard origin/dev
- name: Change version number
id: version
run: |
Expand Down

0 comments on commit 1b1ae68

Please sign in to comment.