We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/publish-action
1 parent 5cddb27 commit b80efd6Copy full SHA for b80efd6
.github/workflows/release-new-action-version.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- name: Update the ${{ env.TAG_NAME }} tag
24
- uses: actions/publish-action@v0.2.0
+ uses: actions/publish-action@v0.2.1
25
with:
26
source-tag: ${{ env.TAG_NAME }}
27
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
0 commit comments