Skip to content

Commit

Permalink
feat(github-actions): enhance script to handle initial release tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
godcong committed Jul 10, 2024
1 parent 47e5463 commit 1ed256f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tag_after_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
needs: [ test ]
if: success()
runs-on: ubuntu-latest
permissions:
contents: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit 1ed256f

Please sign in to comment.