Skip to content

Commit d4be790

Browse files
chore(module-federation): restore release workflow from main
1 parent 72211ab commit d4be790

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ on:
1616
default: 'main'
1717

1818
permissions:
19-
# Needed for npm provenance or token auth
2019
id-token: write
21-
# Harmless here; no tag push, but keeps flexibility if added later
22-
contents: write
2320

2421
jobs:
2522
release:
@@ -46,7 +43,6 @@ jobs:
4643
with:
4744
node-version: 22
4845
cache: 'pnpm'
49-
registry-url: 'https://registry.npmjs.org'
5046

5147
# Update npm to the latest version to enable OIDC
5248
- name: Update npm
@@ -64,7 +60,7 @@ jobs:
6460
6561
- name: Build and test Packages
6662
run: |
67-
git fetch origin ${{ github.event.inputs.branch }} --tags --prune
63+
git fetch origin main
6864
npx nx run-many --targets=build --projects=tag:type:pkg --skip-nx-cache
6965
npx nx run-many --targets=build --projects=tag:type:metro
7066
ls -l packages/*/dist packages/*/package.json

0 commit comments

Comments
 (0)