Skip to content

Commit

Permalink
chore: wtfff
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven0351 committed Apr 12, 2024
1 parent b59aac8 commit a0ba5cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- run: |
echo $GITHUB_REF
release_version=${GITHUB_REF#refs/*/*}
release_version=${GITHUB_REF#refs/*/*/}
echo $release_version
echo "release_version=${GITHUB_REF#refs/*/*}" >> $GITHUB_OUTPUT
echo "release_version=${GITHUB_REF#refs/*/*/}" >> $GITHUB_OUTPUT
cat $GITHUB_OUTPUT
create-pre-release:
needs: release-version
Expand Down

0 comments on commit a0ba5cf

Please sign in to comment.