Skip to content

Commit 1045a5f

Browse files
authored
Update work-jar.yml
1 parent 1b4374e commit 1045a5f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/work-jar.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- feature/hook
7-
- patch/groovy
86
permissions:
97
contents: write
108
pages: write
@@ -93,4 +91,4 @@ jobs:
9391
git tag -a "${{ steps.extract_version.outputs.version }}" -m "Release version ${{ steps.extract_version.outputs.version }}"
9492
git push origin "${{ steps.extract_version.outputs.version }}"
9593
env:
96-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
94+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)