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 1f06c95 commit 959d94dCopy full SHA for 959d94d
.github/workflows/go.yml
@@ -141,6 +141,7 @@ jobs:
141
- name: Upload Release Assets
142
uses: softprops/action-gh-release@v1
143
with:
144
+ tag_name: ${{ steps.determine_version.outputs.semVer }}+run${{ github.run_number }}-attempt${{ github.run_attempt }}
145
files: |
146
octoterra_linux_amd64
147
octoterra_windows_amd64.exe
0 commit comments