Skip to content

Commit

Permalink
Merge pull request #7 from ImDevinC/fix-semver
Browse files Browse the repository at this point in the history
fix semver
  • Loading branch information
ImDevinC committed Jan 28, 2024
2 parents b034eb4 + 8bb9997 commit 1acbe76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/shared-bump-semver-tags.yaml
Expand Up @@ -13,6 +13,10 @@ jobs:
bump-tag-version:
name: Bump and tag version
runs-on: ubuntu-latest
permissions:
contents: write
issues: read
pull-requests: read
outputs:
version: ${{ steps.bump.outputs.version }}
steps:
Expand Down

0 comments on commit 1acbe76

Please sign in to comment.