mirror of
https://github.com/actions/setup-go.git
synced 2025-11-07 04:26:55 +00:00
Compare commits
2 commits
a6a3e57ac8
...
94b4c5456c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94b4c5456c | ||
|
|
bebaf2580e |
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Update the ${{ env.TAG_NAME }} tag
|
||||
uses: actions/publish-action@v0.3.0
|
||||
uses: actions/publish-action@v0.4.0
|
||||
with:
|
||||
source-tag: ${{ env.TAG_NAME }}
|
||||
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue