Skip to content

Commit

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

chore(deps): bump actions/github-script from 6 to 7
  • Loading branch information
wolf31o2 authored Dec 5, 2023
2 parents 4196b9d + fafe2ba commit 3315e05
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 @@ -14,7 +14,7 @@ jobs:
RELEASE_ID: ${{ steps.create-release.outputs.result }}
steps:
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
- uses: actions/github-script@v6
- uses: actions/github-script@v7
id: create-release
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3315e05

Please sign in to comment.