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 18ea1d9 commit 1d02901Copy full SHA for 1d02901
.github/workflows/new_release.yml
@@ -7,7 +7,7 @@ on:
7
description: 'Version for new release.'
8
type: string
9
required: true
10
- default: '${{github.ref}}'
+ default: ${{github.ref}}
11
12
permissions:
13
contents: read
0 commit comments