We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0f43a commit aba1348Copy full SHA for aba1348
.github/workflows/main.yml
@@ -22,14 +22,6 @@ jobs:
22
node-version: 16
23
cache: yarn
24
25
- - name: semver
26
- id: semver
27
- uses: ./
28
- env:
29
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
- with:
31
- init-version: 1.0.0
32
-
33
- name: get dependencies
34
run: yarn
35
@@ -39,6 +31,14 @@ jobs:
39
- name: show changes
40
run: git status
41
+ - name: semver
+ id: semver
36
+ uses: ./
37
+ env:
38
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ with:
+ init-version: 1.0.0
+
42
- name: commit and push change
43
if: ${{ steps.semver.outputs.released == 'true' }}
44
env:
0 commit comments