Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/build-and-publish-release.y…
Browse files Browse the repository at this point in the history
…ml to match the template repo
  • Loading branch information
credfeto committed Nov 28, 2023
1 parent 1b0b391 commit 95f670a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
token: ${{secrets.GITHUB_TOKEN}}

- name: "Check Runner details"
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
core.info('Name: ${{runner.name}}');
Expand Down

0 comments on commit 95f670a

Please sign in to comment.