Skip to content

Commit 0baabea

Browse files
author
Anket Satbhai
committed
fix: update major tag workflows
1 parent 8af590f commit 0baabea

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/update-major-tag.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Update Major Tag
23

34
on:
@@ -48,4 +49,5 @@ jobs:
4849
4950
- name: Push major tag
5051
run: |
51-
git push origin ${{ steps.version.outputs.major_tag }} --force
52+
git push origin ${{ steps.version.outputs.major_tag }} --force
53+
...

0 commit comments

Comments
 (0)