Skip to content

Commit

Permalink
Merge pull request #2 from Yczar/dependabot/github_actions/actions/gi…
Browse files Browse the repository at this point in the history
…thub-script-7

chore(deps): bump actions/github-script from 6 to 7
  • Loading branch information
Yczar authored Nov 14, 2023
2 parents abdbff4 + 02a9717 commit da649e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"

- name: "Create release"
uses: "actions/github-script@v6"
uses: "actions/github-script@v7"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
script: |
Expand Down

0 comments on commit da649e5

Please sign in to comment.