Skip to content

Commit 8969e56

Browse files
authored
Merge pull request #8 from Sandro642/main
Update work-jar.yml
2 parents 6bfdd48 + a980ab6 commit 8969e56

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/work-jar.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- feature/hook
67

78
permissions:
89
contents: write
@@ -75,4 +76,4 @@ jobs:
7576
git tag -a "${{ steps.extract_version.outputs.version }}" -m "Release version ${{ steps.extract_version.outputs.version }}"
7677
git push origin "${{ steps.extract_version.outputs.version }}"
7778
env:
78-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
79+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)