Skip to content

Commit 7ce7d32

Browse files
Merge pull request #370 from VKCOM/imirdzhamolov/fix/publish-push-tag
fix(ci): use tags flag for push action
2 parents 398c009 + ee3609c commit 7ce7d32

File tree

1 file changed

+1
-0
lines changed
  • .github/actions/publish-workflow-4-complete

1 file changed

+1
-0
lines changed

.github/actions/publish-workflow-4-complete/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ runs:
4545
with:
4646
github_token: ${{ inputs.token }}
4747
branch: ${{ inputs.branch }}
48+
tags: true
4849

4950
- name: Setup NPM Auth Token to .yarnrc.yml
5051
run: |

0 commit comments

Comments
 (0)