Skip to content

Commit b6dd6cd

Browse files
committed
chore: release.yml
1 parent 6034553 commit b6dd6cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
# Delete old major version tag
7777
- name: Delete old major version tag
78-
uses: somaz94/go-git-commit-action@v1
78+
uses: ./
7979
with:
8080
user_email: 'action@github.com'
8181
user_name: 'GitHub Action'
@@ -85,7 +85,7 @@ jobs:
8585

8686
# Create new major version tag
8787
- name: Create new major version tag
88-
uses: somaz94/go-git-commit-action@v1
88+
uses: ./
8989
with:
9090
user_email: 'action@github.com'
9191
user_name: 'GitHub Action'

0 commit comments

Comments
 (0)