Skip to content

Commit

Permalink
Merge pull request TosiDrop#472 from TosiDrop/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/github-script-7

chore(deps): bump actions/github-script from 5 to 7
  • Loading branch information
reqlez authored Aug 7, 2024
2 parents d134c15 + f468d4b commit c507d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
needs: [multi-arch-manifest]
steps:
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
- uses: actions/github-script@v5
- uses: actions/github-script@v7
if: startsWith(github.ref, 'refs/tags/')
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c507d1c

Please sign in to comment.