Skip to content

Commit

Permalink
Update npm-publish-github-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dogun-anduril authored Aug 7, 2024
1 parent c1d7cc6 commit d496458
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,26 @@ on:
workflow_dispatch: {}

jobs:
build:
bump-version:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Automated Version Bump
uses: phips28/[email protected]
with:
node-version: 20

publish-gpr:
needs: build
skip-tag: true
publish:
runs-on: ubuntu-latest
needs: bump-version
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit d496458

Please sign in to comment.