Skip to content

Commit 8e2a6df

Browse files
author
Carlos Cabanero
committed
Using MOSH_TAG as reference for build and package
1 parent 2a9dd0b commit 8e2a6df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/autobuild.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ jobs:
152152
- name: Create release description
153153
run: |
154154
(
155-
echo '- [Build #${{ github.run_number }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})'
156155
echo '- [Workflow file](https://github.com/${{ github.repository }}/blob/${{ github.sha }}/.github/workflows/autobuild.yml)'
157156
echo
158157
echo '## Files'
@@ -207,8 +206,8 @@ jobs:
207206
id: create_release
208207
uses: softprops/action-gh-release@v1
209208
with:
210-
name: "Build #${{ github.run_number }}"
211-
tag_name: run-${{ github.run_number }}
209+
name: "${{ env.MOSH_TAG }}"
210+
tag_name: ${{ env.MOSH_TAG }}
212211
prerelease: false
213212
draft: false
214213
body_path: release.md

0 commit comments

Comments
 (0)