Skip to content

Commit 594b0e0

Browse files
chore(develop): use correct version numbers
1 parent 3236b69 commit 594b0e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
dry-release:
1111
name: dry release
12-
uses: mathieu-keller/github-action-workflows/.github/workflows/semantic-release.yaml@2.1.2
12+
uses: mathieu-keller/github-action-workflows/.github/workflows/semantic-release.yaml@v1.0.0
1313
with:
1414
release-branch: main
1515
dry: true
@@ -36,7 +36,7 @@ jobs:
3636
name: create release
3737
needs: [test]
3838
if: ${{ github.ref == 'refs/heads/main' }}
39-
uses: mathieu-keller/github-action-workflows/.github/workflows/semantic-release.yaml@2.1.2
39+
uses: mathieu-keller/github-action-workflows/.github/workflows/semantic-release.yaml@v1.0.0
4040
with:
4141
release-branch: main
4242
dry: false

0 commit comments

Comments
 (0)