Skip to content

Commit

Permalink
Update test-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Nov 16, 2023
1 parent 84d459c commit 4b40ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- run: echo '{"sha":"${{ github.sha }}"}' > tag.json
- run: git add --all
- run: git commit --message 'Trigger tag'
- run: git tag --force tag
- run: git push --force origin tag
- run: git tag --force v0.0.0
- run: git push --force origin v0.0.0
pull-request:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4b40ac1

Please sign in to comment.