We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 555831e + 287556a commit 5e0d5afCopy full SHA for 5e0d5af
.github/workflows/release.yaml
@@ -25,6 +25,7 @@ jobs:
25
fetch-depth: 0
26
- env:
27
INPUT_VERSION: ${{ inputs.version }}
28
+ GH_TOKEN: ${{ github.token }}
29
run: |
30
cd piped-plugin-sdk-go
31
LATEST_VERSION=$(git tag --sort=version:refname | tail -n 1)
0 commit comments