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 bbe2983 commit f3283c3Copy full SHA for f3283c3
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Determine version from git tag
21
id: version
22
- run: echo "name=tag::${GITHUB_REF#refs/*/}" >> "$GITHUB_OUTPUT"
+ run: echo "tag=${GITHUB_REF#refs/*/}" >> "$GITHUB_OUTPUT"
23
24
- name: disable formatting
25
run: ./set_formatting_off.sh
0 commit comments