Skip to content

Commit 309ad56

Browse files
Fix tag creation (#39)
1 parent 3e9d5f8 commit 309ad56

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
repo_token: ${{ secrets.GITHUB_TOKEN }}
6060
file: astgen-*
6161
target_commit: ${{ github.head_ref || github.ref_name }}
62-
tag: v${{ env.ASTGEN_VERSION }}
62+
tag: v${{ env.ASTGEN_VERSION }}-prerelease

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,4 @@ jobs:
6060
file_glob: true
6161
repo_token: ${{ secrets.GITHUB_TOKEN }}
6262
file: astgen-*
63-
target_commit: ${{ github.ref }}
6463
tag: v${{ env.ASTGEN_VERSION }}

0 commit comments

Comments
 (0)