Skip to content

Commit

Permalink
ci(dev): attempt recreate tag ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Oct 9, 2023
1 parent 9e917c7 commit b509e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git tag "development" -m "Development version" --force
git git push origin development
git push origin development
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit b509e75

Please sign in to comment.