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 3e9d5f8 commit 309ad56Copy full SHA for 309ad56
.github/workflows/pr.yml
@@ -59,4 +59,4 @@ jobs:
59
repo_token: ${{ secrets.GITHUB_TOKEN }}
60
file: astgen-*
61
target_commit: ${{ github.head_ref || github.ref_name }}
62
- tag: v${{ env.ASTGEN_VERSION }}
+ tag: v${{ env.ASTGEN_VERSION }}-prerelease
.github/workflows/release.yml
@@ -60,5 +60,4 @@ jobs:
file_glob: true
63
- target_commit: ${{ github.ref }}
64
tag: v${{ env.ASTGEN_VERSION }}
0 commit comments