Skip to content

Commit 86d5cfd

Browse files
committed
Revert "try hoisting git out of make"
This reverts commit 0709703.
1 parent 23e7cac commit 86d5cfd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/actions.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,7 @@ jobs:
156156
# do not merge these steps, version is scraped by makefile
157157
# at start of run, so needs to be bumped separately
158158
- name: tag & commit
159-
run: |
160-
git commit -am 'release ${{ steps.version.outputs.version }}'
161-
git tag '${{ steps.version.outputs.version }}'
162-
git push origin tag '${{ steps.version.outputs.version }}'
163-
git push origin HEAD:main
159+
run: make tag
164160
working-directory: getargv.cpp
165161
- name: Release
166162
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)