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