Skip to content
This repository was archived by the owner on Nov 20, 2021. It is now read-only.

Commit f0c4598

Browse files
authored
Update release.yaml
1 parent f855902 commit f0c4598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Generate release manifest(s)
2727
run: |
28-
export TAG=${{ github.ref }}
28+
export TAG=${GITHUB_REF#refs/tags/}
2929
make release
3030
3131
- uses: criticalstack/upsert-release-assets@v1

0 commit comments

Comments
 (0)