Skip to content

Commit ca25654

Browse files
chore: switch to conventional-commits-semver-release in build pipeline
1 parent 6c6b3fd commit ca25654

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: branch
1+
name: main
22
on:
33
push:
44
branches:
@@ -24,8 +24,7 @@ jobs:
2424

2525
- name: semver
2626
id: semver
27-
# uses: ./
28-
uses: grumpy-programmer/actions-semver-release@v1 # TODO: remove this temporary usage of old actions-semver-release
27+
uses: ./
2928
env:
3029
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3130
with:

0 commit comments

Comments
 (0)