We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4d15c commit a420663Copy full SHA for a420663
1 file changed
.github/workflows/release.yml
@@ -108,20 +108,6 @@ jobs:
108
exit 1
109
fi
110
111
- create-tag:
112
- runs-on: ubuntu-latest
113
- needs: validate-version
114
- if: github.event_name == 'workflow_dispatch' && github.event.inputs.create_tag == 'true'
115
- steps:
116
- - uses: actions/checkout@v4
117
-
118
- - name: Create and push tag
119
- run: |
120
- git config user.name "github-actions[bot]"
121
- git config user.email "github-actions[bot]@users.noreply.github.com"
122
- git tag ${{ needs.validate-version.outputs.tag_name }}
123
- git push origin ${{ needs.validate-version.outputs.tag_name }}
124
125
build:
126
runs-on: ubuntu-latest
127
needs: validate-version
0 commit comments