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 3041ca5 commit 2c5f45aCopy full SHA for 2c5f45a
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
registry: ghcr.io
37
username: ${{ github.repository_owner }}
38
password: ${{ secrets.GITHUB_TOKEN }}
39
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
40
id: set-tag-name
41
with:
42
script: return '${{ github.ref_name }}'.toLowerCase().replaceAll(/[/.]/g, '-').trim('-')
0 commit comments