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 28fdf4f commit 32fb555Copy full SHA for 32fb555
.github/workflows/release-new-action-version.yml
@@ -21,6 +21,6 @@ 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 }}
0 commit comments