Skip to content

Commit 3cf27f1

Browse files
authored
Update release-new-action-version.yml (actions#368)
1 parent ae8edb8 commit 3cf27f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Update the ${{ env.TAG_NAME }} tag
2525
id: update-major-tag
26-
uses: actions/publish-action@v0.2.1
26+
uses: actions/publish-action@v0.2.2
2727
with:
2828
source-tag: ${{ env.TAG_NAME }}
29-
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
29+
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)