We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e7cac commit 86d5cfdCopy full SHA for 86d5cfd
.github/workflows/actions.yml
@@ -156,11 +156,7 @@ jobs:
156
# do not merge these steps, version is scraped by makefile
157
# at start of run, so needs to be bumped separately
158
- 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
+ run: make tag
164
working-directory: getargv.cpp
165
- name: Release
166
uses: softprops/action-gh-release@v1
0 commit comments