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 6bef1d0 commit ca9eff7Copy full SHA for ca9eff7
.github/workflows/release-new-action-version.yml
@@ -16,6 +16,6 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Update the ${{ env.TAG_NAME }} tag
19
- uses: actions/publish-action@v0.2.2
+ uses: actions/publish-action@v0.3.0
20
with:
21
source-tag: ${{ env.TAG_NAME }}
0 commit comments