Skip to content

Commit

Permalink
Next version
Browse files Browse the repository at this point in the history
  • Loading branch information
sishbi committed Jan 15, 2024
1 parent fdb5d29 commit 31e3fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_PACKAGES_REGISTRY }}
NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGES_REGISTRY }}
NPM_CONFIG_TOKEN: ${{ secrets.GH_PACKAGES_REGISTRY }}
NEXT_VERSION: ${{ github.ref_name }}
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
Expand Down Expand Up @@ -47,7 +46,8 @@ jobs:
run: |
npm ci
npm run build
npm version ${{ NEXT_VERSION }}
npm version ${{ env.NEXT_VERSION }}
npm publish --scope=@kodypay ./build/grpc-web
env:
NEXT_VERSION: ${{ github.ref_name }}
NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGES_REGISTRY }}

0 comments on commit 31e3fcf

Please sign in to comment.