We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e71d29 commit a55fd6cCopy full SHA for a55fd6c
.github/workflows/cd.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Tag Version
49
id: tag
50
- uses: issue-ops/semver@v0.3.2
+ uses: issue-ops/semver@v1.0.0
51
with:
52
manifest-path: ${{ env.MANIFEST_PATH }}
53
ref: main
.github/workflows/version-check.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Check Version
36
id: check-version
37
38
39
check-only: true
40
0 commit comments