mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-23 11:57:58 +00:00
fix: replace deprecated set-output with GITHUB_OUTPUT
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
||||
run: |
|
||||
VERSION=${{ github.head_ref }}
|
||||
VERSION=${VERSION/hotfix/rc} # Replace "hotfix" with "rc"
|
||||
echo "::set-output name=version::${VERSION#*rc/}"
|
||||
echo "version=${VERSION#*rc/}" >> $GITHUB_OUTPUT
|
||||
|
||||
- uses: tibdex/github-app-token@v1
|
||||
id: generate-token
|
||||
|
||||
Reference in New Issue
Block a user