We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1691b4b + 515cd7d commit 009d942Copy full SHA for 009d942
.github/workflows/release.yml
@@ -154,15 +154,6 @@ jobs:
154
git add svtminion.ps1.sha256
155
git commit -am "Update sha256 checksums" || git commit -am "Update sha256 checksums"
156
157
- - name: Push Changes
158
- uses: ad-m/github-push-action@b87afee92c6e70ea888be6203a3e9426fda49839
159
- with:
160
- ssh: true
161
- tags: true
162
- atomic: true
163
- branch: main
164
- repository: ${{ github.repository }}
165
-
166
- name: Tag The ${{ needs.update-main.outputs.release-version }} Release
167
run: |
168
git tag -f --no-sign -m "Release ${{ needs.update-main.outputs.release-version }}" -a ${{ needs.update-main.outputs.release-version }}
0 commit comments