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.
2 parents 304fe8c + d69f1c8 commit ce55503Copy full SHA for ce55503
.github/workflows/pre_release.yml
@@ -35,7 +35,7 @@ jobs:
35
CI: true
36
37
- name: Set Version
38
- run: npm --prefix ./packages/aws-cdk-v2 version ${{ github.ref }}
+ run: npm --prefix ./packages/aws-cdk-v2 version ${{ github.ref_name }}
39
40
- name: build
41
run: npm run build:aws-cdk
.github/workflows/release.yml
0 commit comments