Skip to content

Commit

Permalink
tweak release/tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
philipparndt committed Dec 30, 2020
1 parent 1be51fc commit 86e80fd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,15 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: 'build-${{ github.run_number }}'
release_name: Release ${{ github.run_number }} ${{ steps.docker_build.outputs.digest }}
tag_name: '1.0.${{ github.run_number }}'
release_name: Release 1.0.${{ github.run_number }}
body: |
Docker tag:
pharndt/mielemqtt:1.0.${{ github.run_number }}
Changes in this Release
- ...
draft: false
prerelease: true

Expand Down

0 comments on commit 86e80fd

Please sign in to comment.