Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lithiumtoast committed Aug 6, 2023
1 parent e67c87f commit c6e15ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
else
VERSION="$(date +'%Y.%m.%d')"
fi
echo "$VERSION" >> "$GITHUB_OUTPUT"
echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"
- name: "Download native libraries (win-x64)"
uses: actions/download-artifact@v1
Expand Down Expand Up @@ -79,4 +79,4 @@ jobs:
generateReleaseNotes: true
makeLatest: true
prerelease: false
tag: "v${{ steps.set-version.outputs.VERSION }}" # NOTE: Creates tag
tag: "v${{ steps.set-version.outputs.VERSION }}"

0 comments on commit c6e15ab

Please sign in to comment.