-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95bdddd
commit 909cd61
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,14 @@ jobs: | |
make-new-release: | ||
name: "Releasing plugin" | ||
runs-on: ubuntu-latest | ||
permissions: | ||
# Give the default GITHUB_TOKEN write permission to commit and push the | ||
# changed files to the repository. | ||
contents: write | ||
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
ref: ${{ github.head_ref }} | ||
- name: set up JDK 1.8 | ||
uses: actions/setup-java@v4 | ||
with: | ||
|