Skip to content

Commit

Permalink
Update to latest actions/publish-action (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene committed Nov 23, 2022
1 parent bd7e5d2 commit 19eeec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-new-action-version.yml
Expand Up @@ -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.