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