You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git tag -a v${{ inputs.version }} -m "Release v${{ inputs.version }}"
246
+
git push origin v${{ inputs.version }}
242
247
- id: branch
243
248
name: Create branch and update change log
244
249
run: |
@@ -254,11 +259,6 @@ jobs:
254
259
--body "This is an automated PR created from the following workflow: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
255
260
env:
256
261
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
257
-
- id: tag
258
-
name: Create tag
259
-
run: |
260
-
git tag -a v${{ inputs.version }} -m "Release v${{ inputs.version }}"
0 commit comments