Skip to content

Commit

Permalink
chore: wrk plz
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven0351 committed Apr 12, 2024
1 parent e18d1e0 commit 1efa0b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
release-version:
runs-on: ubuntu-latest
steps:
- run: echo "release_version=${GITHUB_REF#refs/*/*}" >> $GITHUB_OUTPUT
- run: |
echo $GITHUB_REF
echo "release_version=${GITHUB_REF#refs/*/*}" >> $GITHUB_OUTPUT
echo $GITHUB_OUTPUT
create-pre-release:
needs: release-version
uses: ./.github/workflows/build-and-release.yaml
Expand Down

0 comments on commit 1efa0b3

Please sign in to comment.