Skip to content

Commit 304fe8c

Browse files
authored
Merge pull request #380 from adrian-goe/create_prerelease_action
remove uneccesary beta tag
2 parents 745e18d + eb34618 commit 304fe8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
CI: true
3636

3737
- name: Set Version
38-
run: npm --prefix ./packages/aws-cdk-v2 version ${{ github.ref }}-beta
38+
run: npm --prefix ./packages/aws-cdk-v2 version ${{ github.ref }}
3939

4040
- name: build
4141
run: npm run build:aws-cdk

0 commit comments

Comments
 (0)