We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab59c9 commit 30d4056Copy full SHA for 30d4056
1 file changed
.github/workflows/prepare-release.yml
@@ -34,6 +34,8 @@ jobs:
34
35
- name: Detect Next Version
36
id: version
37
+ env:
38
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
run: |
40
# Run semantic-release with only commit analyzer to detect version
41
NEXT_VERSION=$(npx semantic-release --dry-run --plugins @semantic-release/commit-analyzer | tee /dev/stderr | awk '/The next release version is/{print $NF}')
0 commit comments