Skip to content

Commit fee47b3

Browse files
Update release.yml
1 parent f422542 commit fee47b3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,11 @@ jobs:
9191
run: |
9292
npm ci
9393
npm run build
94-
94+
95+
# PUSH TAG
96+
- name: Push tag
97+
run: git push --tags
98+
9599
# CREATE PR FOR VERSION AND TAG CHANGES
96100
- name: Create Pull Request
97101
id: create_pr

0 commit comments

Comments
 (0)