Skip to content

Commit

Permalink
[github-actions] Automatic tag fix (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
gi-wg2 authored Sep 4, 2024
1 parent 20bae5a commit 500d07a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automatic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@ jobs:
run: buf push

- name: Bump version and push tag
id: tag
uses: anothrNick/github-tag-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.tag.outputs.new_tag }}
token: ${{ secrets.GITHUB_TOKEN }}
make_latest: true
body: |
Expand Down

0 comments on commit 500d07a

Please sign in to comment.