We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb9901 commit c1d1db8Copy full SHA for c1d1db8
action.yml
@@ -10,7 +10,7 @@ runs:
10
steps:
11
- name: Increment version
12
id: increment_version
13
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
14
env:
15
SHA: ${{ github.sha }}
16
with:
@@ -20,7 +20,7 @@ runs:
20
const {script} = require('${{ github.action_path }}/dist/increment_version.js')
21
return await script(github, context)
22
- name: Create release
23
24
25
GITHUB_REF: ${{env.GITHUB_REF}}
26
TAG_NAME: ${{ steps.increment_version.outputs.result }}
0 commit comments