Skip to content

Commit

Permalink
Merge pull request #133 from volkertb/trigger-build-and-release-on-an…
Browse files Browse the repository at this point in the history
…y-tag

ci: Fix `tag_name is not well-formed` error in Release tag name, by r…
  • Loading branch information
volkertb authored Aug 17, 2024
2 parents a588f3c + d0a73c1 commit e97d43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/01-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Generate release tag
id: tag
run: |
echo "release_tag=Release\ ${{ github.ref_name }}" >> $GITHUB_OUTPUT
echo "release_tag=Release_${{ github.ref_name }}" >> $GITHUB_OUTPUT
- name: Release FreeDOS SBEMU USB image
uses: softprops/action-gh-release@v1
env:
Expand Down

0 comments on commit e97d43e

Please sign in to comment.