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 6221c92 commit cacd5f6Copy full SHA for cacd5f6
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
92
# extract the app name out of the tag's ref value
93
- id: get-app-name
94
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
+ uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
95
with:
96
script: |
97
const appName = context.ref.match(/refs\/tags\/([a-z\-]+)\/v\S+$/)[1]
0 commit comments