Skip to content
Permalink
Browse files
Update to latest actions/publish-action (#411)
  • Loading branch information
James M. Greene authored and GitHub committed Nov 23, 2022
1 parent bd7e5d2 commit 19eeec562b37d29a1ad055b7de9c280bd0906d8d
Showing 1 changed file with 2 additions and 2 deletions.
@@ -22,7 +22,7 @@ jobs:
steps:
- name: Update the ${{ env.TAG_NAME }} tag
id: update-major-tag
uses: actions/publish-action@v0.1.0
uses: actions/publish-action@v0.2.1
with:
source-tag: ${{ env.TAG_NAME }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit 19eeec5

Please sign in to comment.