Skip to content

Commit

Permalink
ci(temp): release a version using this testing branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg committed Jun 17, 2024
1 parent ac8cddb commit 75aa4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git add wd.1 wd.sh
git commit -m "chore(update): bump current version to v$VERSION"
git tag v$VERSION
git push -u origin master --tags
git push -u origin ci-release-fixes --tags
- name: release latest
run: |
gh release create v$VERSION --generate-notes
Expand Down

0 comments on commit 75aa4df

Please sign in to comment.