Skip to content

Commit

Permalink
Update tag-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philosowaffle authored Nov 21, 2021
1 parent b12d601 commit 6164a99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ jobs:
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

- name: Create Release and Upload Artifact
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: v${{ github.event.inputs.version }}

0 comments on commit 6164a99

Please sign in to comment.