Skip to content

Commit

Permalink
testing auto release tag generation
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaDodds committed Nov 26, 2022
1 parent 82a13ce commit b45b1f0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,16 @@ jobs:
ghcr.io/${{ steps.calver.outputs.repo }}:latest
cache-from: type=registry,ref=ghcr.io/${{ steps.calver.outputs.repo }}:buildcache
cache-to: type=registry,ref=ghcr.io/${{ steps.calver.outputs.repo }}:buildcache,mode=max

- name: Generate release tag
uses: amitsingh-007/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Create Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.release_tag }}
release_name: Release ${{ env.release_tag }}

0 comments on commit b45b1f0

Please sign in to comment.