Skip to content

Commit

Permalink
Merge pull request #245 from christianhelle/renovate/actions-github-s…
Browse files Browse the repository at this point in the history
…cript-7.x

chore(deps): update actions/github-script action to v7
  • Loading branch information
christianhelle authored Dec 11, 2023
2 parents 6cac63a + ba0fc6a commit 9549d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Push packages to NuGet
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source ${{ env.NUGET_REPO_URL }} --no-symbols
- name: Create tag
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
github-token: ${{ github.token }}
script: |
Expand Down

0 comments on commit 9549d12

Please sign in to comment.