Skip to content

Commit

Permalink
Merge pull request #2330 from prince-deriv/update-publish-workflow-1
Browse files Browse the repository at this point in the history
Prince/chore: add env directly to publish step
  • Loading branch information
prince-deriv authored Dec 23, 2024
2 parents 39525c5 + 0db3815 commit 7673915
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
release:
name: Release Packages
runs-on: ubuntu-latest
env:
CI: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN}}
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
Expand All @@ -35,6 +31,10 @@ jobs:
- name: Install dependencies, build and publish cs-scripts
working-directory: public/scripts/packages/cs
env:
CI: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN}}
run: |
npm install
npm run build
Expand Down

0 comments on commit 7673915

Please sign in to comment.