Skip to content

Commit

Permalink
build: checkout repo for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
bhajneet committed Aug 9, 2023
1 parent 5cd26a7 commit 51d83c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:

env:
VERSION: ${{ github.ref_name }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_BOT_TOKEN }}

jobs:
npm:
runs-on: ubuntu-latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_BOT_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
Expand All @@ -26,6 +28,8 @@ jobs:
id-token: write # Required for authentication using OIDC
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Copy files
run: cp CHANGELOG.md packages/pubdev/sant_lipi/CHANGELOG.md
- run: mkdir packages/pubdev/sant_lipi/lib
Expand Down

0 comments on commit 51d83c9

Please sign in to comment.