Skip to content

Commit 7c03982

Browse files
authored
fix(semver): maintain semver tags
1 parent 4817958 commit 7c03982

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/semver.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ jobs:
1212
contents: write # Required to create a new tag via API
1313

1414
steps:
15+
- uses: actions/checkout@v4
16+
1517
- name: Create SemVer Tags
1618
uses: earldata/create-semver-tags-action@v1
19+
with:
20+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)