Skip to content

Commit

Permalink
Merge pull request #380 from adrian-goe/create_prerelease_action
Browse files Browse the repository at this point in the history
remove uneccesary beta tag
  • Loading branch information
adrian-goe authored Nov 19, 2022
2 parents 745e18d + eb34618 commit 304fe8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
CI: true

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

- name: build
run: npm run build:aws-cdk
Expand Down

0 comments on commit 304fe8c

Please sign in to comment.