We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95bdddd commit 909cd61Copy full SHA for 909cd61
.github/workflows/new-release.yml
@@ -8,8 +8,14 @@ jobs:
8
make-new-release:
9
name: "Releasing plugin"
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ # Give the default GITHUB_TOKEN write permission to commit and push the
13
+ # changed files to the repository.
14
+ contents: write
15
steps:
16
- uses: actions/checkout@v4.2.2
17
+ with:
18
+ ref: ${{ github.head_ref }}
19
- name: set up JDK 1.8
20
uses: actions/setup-java@v4
21
with:
0 commit comments