Skip to content

Commit

Permalink
Update build-and-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
runceel authored Jul 13, 2024
1 parent 6d505fe commit 8f9f0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ needs.build.outputs.version }}
automatic_release_tag: "v${{ needs.build.outputs.version }}"
prerelease: ${{ contains(needs.build.outputs.version, '-pre') }}
title: Release ${{ needs.build.outputs.version }}
files: |
Expand Down

0 comments on commit 8f9f0e4

Please sign in to comment.