Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
Fix Github action for autotag
  • Loading branch information
faburem authored Dec 12, 2023
1 parent 1e09809 commit e7a0c47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ jobs:
release:
name: Autotag
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: checkout
uses: actions/checkout@master
- name: autotag
id: autotag
uses: butlerlogic/action-autotag@stable
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
strategy: package
tag_message: ${{ github.event.head_commit.message }}
- name: create_release
Expand Down

0 comments on commit e7a0c47

Please sign in to comment.