Skip to content

Commit

Permalink
Adding pre-release version tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Wendland committed Jul 28, 2022
1 parent 4b283c6 commit f5bc191
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@ jobs:
run: |
docker build -t ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }} .
docker push ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ steps.out.outputs.version }}
prerelease: true
title: ${{ steps.out.outputs.version }}

0 comments on commit f5bc191

Please sign in to comment.