Skip to content

Commit

Permalink
Merge pull request #3 from blinklabs-io/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/github-script-7

build(deps): Bump actions/github-script from 5 to 7
  • Loading branch information
wolf31o2 authored Dec 11, 2023
2 parents bec02ff + 7edc6a8 commit 764058f
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 @@ -291,7 +291,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 764058f

Please sign in to comment.