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 91ef9cb commit 402aeb4Copy full SHA for 402aeb4
.github/workflows/main.yaml
@@ -123,7 +123,7 @@ jobs:
123
- name: Tag release (when not pre-release) 🏷️
124
id: github-tag
125
if: ${{ !contains( steps.build.outputs.octoversion_fullsemver, '-' ) }}
126
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
127
with:
128
github-token: ${{ secrets.GITHUB_TOKEN }}
129
script: |
@@ -229,7 +229,7 @@ jobs:
229
230
- if: ${{ env.SHOULD_CREATE_RELEASE == 'true' }}
231
name: Create GitHub Release 🚀
232
233
234
235
const { owner, repo } = context.repo;
0 commit comments