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 9fca913 commit ae99e97Copy full SHA for ae99e97
.github/workflows/release.yml
@@ -32,15 +32,12 @@ jobs:
32
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33
with:
34
token: ${{ steps.app-token.outputs.token }}
35
- - run: |
36
- gh pr list
37
- echo "pr-list=$(gh pr list)"
38
- env:
39
- GH_TOKEN: ${{ steps.app-token.outputs.token }}
40
- name: Semantic Release
41
uses: cycjimmy/semantic-release-action@cb425203a562475bca039ba4dbf90c7f9ac790f4 # v4.1.0
42
43
dry_run: "${{ inputs.dry-run }}"
44
semantic_version: 24.1.1
45
extra_plugins: |
46
- conventional-changelog-conventionalcommits@8.0.0
+ env:
+ GH_TOKEN: ${{ steps.app-token.outputs.token }}
0 commit comments