Skip to content

Commit

Permalink
bumpTag (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyE123 authored Apr 20, 2023
1 parent b47928a commit fd3a36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

# This action creates a new git tag of the main branch with the new version number
- name: Bump version and push tag
id: tag
id: bumpTag
uses: anothrNick/github-tag-action@d77194f92b4ca48b05df5c20709984535a9cd6e0 # v1.62.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -77,6 +77,6 @@ jobs:
- name: Create release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
with:
tag_name: ${{ steps.tag.outputs.tag_name }}
tag_name: ${{ steps.bumpTag.outputs.new_tag }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fd3a36e

Please sign in to comment.