Skip to content

Commit 1bc3223

Browse files
authored
Revert "fix(release-automation): 👽 Tags are not being created." (#1289)
* Revert "fix(release-automation): 👽 Tags are not being created. (#1287)" This reverts commit 3229c2a. * Update .github/workflows/ci.yml * Update .github/workflows/ci.yml * fix(release-automation): 🔧 fixing configs Signed-off-by: Nishant Arora <[email protected]> --------- Signed-off-by: Nishant Arora <[email protected]>
1 parent 3229c2a commit 1bc3223

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,10 @@ jobs:
9898
needs: [test]
9999
if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
100100
steps:
101-
- uses: google-github-actions/[email protected].11
101+
- uses: google-github-actions/[email protected].3
102102
with:
103103
changelog-notes-type: github
104104
command: manifest-pr
105-
include-v-in-tag: true
106-
release-as: v3.0.0
107105
release-type: node
108106

109107
release-assets:

0 commit comments

Comments
 (0)