Skip to content

Commit

Permalink
Update build-and-package-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Freezor authored Jun 11, 2024
1 parent 74c636f commit 29d43e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
with:
files: "artefacts/release/${{ steps.inferVersion.outputs.version }}/*.zip"
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: "$v${{ steps.inferVersion.outputs.version }}"

# Use this once we can say when to automatically create a release
#- name: Create GitHub Release
Expand Down

0 comments on commit 29d43e1

Please sign in to comment.