Skip to content

Commit 6ae83d4

Browse files
committed
chore: update workflow scripts
1 parent 2252139 commit 6ae83d4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777

7878
- name: Publish SNAPSHOT version to GitHub Packages (we can skip tests, since we only deploy, if the build workflow succeeded)
7979
run: ./mvnw -B deploy --no-transfer-progress -DskipTests
80+
env:
81+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8082

8183
- name: Extract Maven project version for Asciidoc GitHub Pages directory naming
8284
run: echo ::set-output name=version::$(./mvnw -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)

0 commit comments

Comments
 (0)