Skip to content

Commit

Permalink
Merge pull request #29 from bcgov/dev
Browse files Browse the repository at this point in the history
chore: git tag
  • Loading branch information
ychung-mot authored Mar 18, 2024
2 parents d0e9b87 + 29b2d0e commit 214414b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-tag-changelog-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
git config user.email "[email protected]"
git config commit.gpgsign false
git tag ${{ steps.input.outputs.tag }} -m "Release v${{ steps.input.outputs.tag }}"
git push --tags origin
# - name: Setup Tools
# uses: ./.github/actions/setup-tools
Expand Down

0 comments on commit 214414b

Please sign in to comment.