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 ea2ca5e commit 15fb2bcCopy full SHA for 15fb2bc
.github/workflows/bump.yml
@@ -32,7 +32,7 @@ jobs:
32
echo "NEW_VERSION=$(cat packages/nestjs-firebase/package.json | jq -r .version)" >> $GITHUB_OUTPUT
33
34
- name: Generate release notes
35
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
36
id: get_release_note
37
env:
38
NEW_VERSION: ${{steps.get_version.outputs.NEW_VERSION}}
0 commit comments