We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285fb31 commit e113519Copy full SHA for e113519
.github/workflows/release-new-action-version.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- name: Update the ${{ env.TAG_NAME }} tag
25
id: update-major-tag
26
- uses: actions/[email protected].1
+ uses: actions/[email protected].2
27
with:
28
source-tag: ${{ env.TAG_NAME }}
29
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
0 commit comments