Skip to content

Commit

Permalink
Update release-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jennieandersson authored May 12, 2023
1 parent 9cb3762 commit a721b3a
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,7 @@ on:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.16'
cache: 'yarn'
- run: yarn test

publish-gpr:
needs: build
publish-package:
runs-on: ubuntu-latest
permissions:
packages: write
Expand All @@ -28,6 +17,7 @@ jobs:
node-version: '18.16'
cache: 'yarn'
registry-url: https://npm.pkg.github.com/
- run: npx --yes install-expo-modules@latest
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn build
Expand Down

0 comments on commit a721b3a

Please sign in to comment.