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 2bb169f commit 57747bc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/fire.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: fire

on: push

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

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

- name: Tag new target
run: |
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

0 comments on commit 57747bc

Please sign in to comment.