Skip to content

Commit

Permalink
chore: fix releae pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Dec 6, 2024
1 parent 138c188 commit 484c396
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:

- name: Create GitHub Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref_name }} # Use the tag name triggering the workflow
release_name: ${{ github.ref_name }} # Use the same name for the release
Expand Down

0 comments on commit 484c396

Please sign in to comment.