Skip to content

Commit 7fe6c13

Browse files
authored
Update to latest actions/publish-action (#363)
To avoid Actions core deprecation messages. https://github.com/actions/publish-action/releases/tag/v0.2.1
1 parent 83fd05a commit 7fe6c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release-new-action-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Update the ${{ env.TAG_NAME }} tag
2424
id: update-major-tag
25-
uses: actions/publish-action@v0.1.0
25+
uses: actions/publish-action@v0.2.1
2626
with:
2727
source-tag: ${{ env.TAG_NAME }}
2828
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)