Skip to content

Commit

Permalink
Update release-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
strobejb authored Jun 13, 2023
1 parent 02ae970 commit 3de244f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
git add .
git commit -m "Update version: ${{ github.event.inputs.tag }}"
git tag ${{ github.event.inputs.tag }}
git push && git push ${{ github.event.inputs.tag }}
git push && git push origin ${{ github.event.inputs.tag }}
- name: Create release
run: gh release create ${{ github.event.inputs.tag }} --verify-tag ./dist/*
Expand Down

0 comments on commit 3de244f

Please sign in to comment.