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.
2 parents fc18e5d + a50181b commit 44d5e2dCopy full SHA for 44d5e2d
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Update package.json version
27
run: yarn version --no-git-tag-version --new-version ${GITHUB_REF#refs/*/}
28
- name: Generate CHANGELOG.md
29
- run: yarn run github-changes --owner $OWNER --repository $REPOSITORY --branch $RELEASE_BRANCH --no-merges --title "Scala Syntax (official) Changelog"
+ run: yarn run github-changes --token ${{ secrets.GITHUB_TOKEN }} --owner $OWNER --repository $REPOSITORY --branch $RELEASE_BRANCH --no-merges --title "Scala Syntax (official) Changelog"
30
- run: yarn build
31
- run: yarn test
32
# - name: Commit generated files
0 commit comments