diff --git a/.forgejo/workflows/0-semver.yml b/.forgejo/workflows/0-semver.yml index 3fefbee..f7547d7 100644 --- a/.forgejo/workflows/0-semver.yml +++ b/.forgejo/workflows/0-semver.yml @@ -31,7 +31,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Log Release - run: echo ${{ steps.semantic.outputs.RELEASE }} + run: echo ${{ steps.semantic.outputs.VERSION }} - name: Create Release uses: actions/forgejo-release@v1 with: @@ -39,5 +39,5 @@ jobs: release-dir: src release-notes: ${{ steps.semantic.outputs.NOTES }} token: ${{ secrets.FIXBLUESKY_RELEASE_TOKEN }} - tag: ${{ steps.semantic.outputs.VERSION }} - title: ${{ steps.semantic.outputs.VERSION }} + tag: v${{ steps.semantic.outputs.VERSION }} + title: v${{ steps.semantic.outputs.VERSION }}