0
1
Fork 0

Update to latest `actions/publish-action`

To avoid Actions core deprecation messages.

https://github.com/actions/publish-action/releases/tag/v0.2.1
This commit is contained in:
James M. Greene 2022-11-22 10:26:58 -06:00 committed by GitHub
parent e983b65a44
commit 3dcd9d6eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update the ${{ env.TAG_NAME }} 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 }}