We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9c63d commit d08a9d7Copy full SHA for d08a9d7
.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.1.0
+ uses: actions/publish-action@v0.2.0
25
with:
26
source-tag: ${{ env.TAG_NAME }}
27
- slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
+ slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
0 commit comments