We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e888f commit a555706Copy full SHA for a555706
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
export TAG_NAME=${{ needs.draft_release.outputs.tag_name }}
31
echo "VERSION=${TAG_NAME:1}" >> $GITHUB_ENV
32
- - uses: earthly/actions-setup@v1.0.11
+ - uses: earthly/actions-setup@v1.0.12
33
with:
34
version: latest
35
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments