Skip to content

Commit

Permalink
Merge pull request #36 from crazy-max/create-git-tag
Browse files Browse the repository at this point in the history
Create Git tag first
  • Loading branch information
crazy-max authored Apr 30, 2021
2 parents a586140 + b9adabf commit 07d5345
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ jobs:
REPO: ${{ env.REPO_SLUG }}
QEMU_REPO: ${{ steps.prep.outputs.repo }}
QEMU_VERSION: ${{ steps.prep.outputs.ref }}
-
name: Create Git tag
if: github.event.inputs.dry-run != 'true'
run: |
git tag ${{ steps.prep.outputs.git_tag }}
git push origin ${{ steps.prep.outputs.git_tag }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
name: Create Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 07d5345

Please sign in to comment.