We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3236b69 commit 594b0e0Copy full SHA for 594b0e0
.github/workflows/build.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
dry-release:
11
name: dry release
12
- uses: mathieu-keller/github-action-workflows/.github/workflows/semantic-release.yaml@2.1.2
+ uses: mathieu-keller/github-action-workflows/.github/workflows/semantic-release.yaml@v1.0.0
13
with:
14
release-branch: main
15
dry: true
@@ -36,7 +36,7 @@ jobs:
36
name: create release
37
needs: [test]
38
if: ${{ github.ref == 'refs/heads/main' }}
39
40
41
42
dry: false
0 commit comments