We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f34874 commit 5791c2bCopy full SHA for 5791c2b
action.yml
@@ -10,7 +10,7 @@ runs:
10
steps:
11
- name: Increment version
12
id: increment_version
13
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.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