Skip to content
This repository was archived by the owner on May 16, 2022. It is now read-only.

Commit fb705db

Browse files
committed
Use package version number as release and tag names
1 parent 3a49ffe commit fb705db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
with:
27-
tag_name: ${{ github.ref }}
28-
release_name: ${{ github.ref }}
27+
tag_name: ${{ steps.version-updated.outputs.current-package-version }}
28+
release_name: ${{ steps.version-updated.outputs.current-package-version }}
2929
prerelease: ${{ startsWith(steps.version-updated.outputs.current-package-version, '0.') }}

0 commit comments

Comments
 (0)