Skip to content

Commit

Permalink
Update tag_name in build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
davoxpa committed Dec 31, 2023
1 parent 388152a commit 96913ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
./dist/mockingbird-proxy-*.dmg
./dist/mockingbird-proxy-*.AppImage
token: ${{ secrets.GH_TOKEN }}
tag_name: ${{ needs.tag.outputs.new_tag }}
tag_name: v${{ steps.package_version.outputs.VERSION }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 96913ea

Please sign in to comment.