Skip to content

Commit

Permalink
Using MOSH_TAG as reference for build and package
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cabanero committed Apr 6, 2024
1 parent 2a9dd0b commit 8e2a6df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ jobs:
- name: Create release description
run: |
(
echo '- [Build #${{ github.run_number }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})'
echo '- [Workflow file](https://github.com/${{ github.repository }}/blob/${{ github.sha }}/.github/workflows/autobuild.yml)'
echo
echo '## Files'
Expand Down Expand Up @@ -207,8 +206,8 @@ jobs:
id: create_release
uses: softprops/action-gh-release@v1
with:
name: "Build #${{ github.run_number }}"
tag_name: run-${{ github.run_number }}
name: "${{ env.MOSH_TAG }}"
tag_name: ${{ env.MOSH_TAG }}
prerelease: false
draft: false
body_path: release.md
Expand Down

0 comments on commit 8e2a6df

Please sign in to comment.