Skip to content

Commit

Permalink
Trigger a build and release on any pushed tag for now, and use the tr…
Browse files Browse the repository at this point in the history
…iggering tag name in the corresponding release tag/title
  • Loading branch information
volkertb committed Aug 17, 2024
1 parent 2bd6cf7 commit 7afac06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/01-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: build-and-release
on:
push:
tags:
- v[0-9]*
- '**'

permissions:
contents: write
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Generate release tag
id: tag
run: |
echo "release_tag=UserBuild_$(date +"%Y.%m.%d_%H-%M")" >> $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 7afac06

Please sign in to comment.