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 faa58ed commit c784ea9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/fire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,19 @@ name: fire

on: push

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

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Tag new target
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
run: |
git config user.email "[email protected]"
git config user.name "GitHub Action"
git tag -f v3.0.9 -m 'fire'
git push -f origin v3.0.9
git tag -f v3.0.10 -m 'fire'
git push -f origin v3.0.10

0 comments on commit c784ea9

Please sign in to comment.