Skip to content

Commit

Permalink
fix: pr number check and tags in main merge
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Dec 1, 2023
1 parent af8c88a commit b986855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
# Create and push semver tag
- name: Create Tags
run: |
echo git tag ${{ steps.changelog.outputs.tag }}
echo git push origin --tag
git tag ${{ steps.changelog.outputs.tag }}
git push origin --tag
# Get last merged (or current) PR number
- name: Get PR Number
Expand Down

0 comments on commit b986855

Please sign in to comment.