Skip to content

Commit

Permalink
fire
Browse files Browse the repository at this point in the history
  • Loading branch information
syaiful-aa committed Jul 1, 2024
1 parent 57747bc commit faa58ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: fire
on: push

env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
GH_TOKEN: ${{ secrets.PAT_TOKEN }}

jobs:
publish:
Expand All @@ -16,6 +16,6 @@ jobs:
git config user.email "[email protected]"
git config user.name "GitHub Action"
git tag -f v3.0.8 -m 'fire'
git push -f origin v3.0.8
git tag -f v3.0.9 -m 'fire'
git push -f origin v3.0.9

0 comments on commit faa58ed

Please sign in to comment.