We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9dd0b commit 8e2a6dfCopy full SHA for 8e2a6df
.github/workflows/autobuild.yml
@@ -152,7 +152,6 @@ jobs:
152
- name: Create release description
153
run: |
154
(
155
- echo '- [Build #${{ github.run_number }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})'
156
echo '- [Workflow file](https://github.com/${{ github.repository }}/blob/${{ github.sha }}/.github/workflows/autobuild.yml)'
157
echo
158
echo '## Files'
@@ -207,8 +206,8 @@ jobs:
207
206
id: create_release
208
uses: softprops/action-gh-release@v1
209
with:
210
- name: "Build #${{ github.run_number }}"
211
- tag_name: run-${{ github.run_number }}
+ name: "${{ env.MOSH_TAG }}"
+ tag_name: ${{ env.MOSH_TAG }}
212
prerelease: false
213
draft: false
214
body_path: release.md
0 commit comments