Skip to content

Commit d35c66a

Browse files
authored
Merge pull request #56 from actions/JamesMGreene-patch-1
Update to latest `actions/publish-action`
2 parents 7b44ae6 + 765586e commit d35c66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- name: Update the ${{ env.TAG_NAME }} tag
5555
id: update-major-tag
56-
uses: actions/publish-action@v0.1.0
56+
uses: actions/publish-action@v0.2.1
5757
with:
5858
source-tag: ${{ env.TAG_NAME }}
5959
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)