There was an error while loading. Please reload this page.
1 parent 97253ed commit de379f9Copy full SHA for de379f9
1 file changed
.github/workflows/build-push.yml
@@ -130,7 +130,7 @@ jobs:
130
- name: Determine package version
131
if: ${{ !inputs.PACKAGE_VERSION }}
132
env:
133
- GITHUB_TOKEN: ${{ secrets.GITHUB_USER_SSH_KEY && secrets.GITHUB_TOKEN || github.token }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_USER_SSH_KEY }}
134
run: |
135
# Fetch latest public release
136
LATEST_RELEASE=$(git for-each-ref --sort=-creatordate --count=1 --format='%(refname:short)' refs/tags || echo "")
0 commit comments