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 c284089 commit d1e523eCopy full SHA for d1e523e
.github/workflows/release.yml
@@ -208,10 +208,15 @@ jobs:
208
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
209
with:
210
path: .repo
211
+ fetch-depth: 0
212
- name: Install Dependencies
213
run: cd .repo && yarn install --check-files --frozen-lockfile
214
- name: Create dotnet artifact
- run: cd .repo && npx projen compile && npx projen package:dotnet
215
+ run: |
216
+ cd .repo
217
+ npx projen bump
218
+ npx projen compile
219
+ npx projen package:dotnet
220
- name: Collect dotnet Artifact
221
run: mv .repo/dist/dotnet dist/dotnet
222
- name: Extract Version
0 commit comments