Skip to content

Commit

Permalink
fix: publish release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Mar 12, 2024
1 parent 63ab90c commit af3adbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
id: create_release
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.DLOHVINOV_GITHUB_SECRET }} #https://stackoverflow.com/a/60418414
tag_name: ${{ steps.package-version.outputs.current-version}}
name: "Webitel UI Release ${{ steps.package-version.outputs.current-version}}"
body: "This is a release of Webitel UI version ${{ steps.package-version.outputs.current-version}}, built on ${{ github.run_date }}"
Expand Down

0 comments on commit af3adbf

Please sign in to comment.