We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1cbc3c commit e177eaaCopy full SHA for e177eaa
.github/workflows/release-new-action-version.yaml
@@ -22,6 +22,6 @@ jobs:
22
steps:
23
- name: Update the ${{ env.TAG_NAME }} tag
24
id: update-major-tag
25
- uses: actions/publish-action@v0.2.2
+ uses: actions/publish-action@v0.3.0
26
with:
27
source-tag: ${{ env.TAG_NAME }}
0 commit comments