Skip to content

Commit a94f2f8

Browse files
committed
final
1 parent a9864f0 commit a94f2f8

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -213,38 +213,16 @@ jobs:
213213
run: cd .repo && yarn install --check-files --frozen-lockfile
214214
- name: Create dotnet artifact
215215
run: |
216-
ls -la
217216
cd .repo
218-
ls -la
219-
cat package.json
220-
echo "Git config before bump:"
221-
git config --list
222-
echo "Git log before bump:"
223-
git log --oneline | head -n 5
224-
echo "Running bump command..."
225217
npx projen bump
226-
echo "Git log after bump:"
227-
git log --oneline | head -n 5
228-
echo "Package.json after bump:"
229-
cat package.json
230218
npx projen compile
231-
ls -la
232219
npx projen package:dotnet
233-
- name: Debug .repo/dist/dotnet contents
234-
run: |
235-
echo "Contents of .repo/dist/dotnet:"
236-
ls -la .repo/dist/dotnet/
237220
- name: Collect dotnet Artifact
238221
run: mv .repo/dist/dotnet dist/dotnet
239-
- name: Debug final dist/dotnet contents
240-
run: |
241-
echo "Contents of dist/dotnet:"
242-
ls -la dist/dotnet/
243222
- name: Extract Version
244223
id: extract-version
245224
run: |
246225
echo "VERSION=$(cat ./dist/version.txt)" >> "${GITHUB_OUTPUT}"
247-
echo "Version from version.txt: $(cat ./dist/version.txt)"
248226
# - name: Log in to MongoDB Docker registry
249227
# uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
250228
# with:

0 commit comments

Comments
 (0)