Skip to content

Commit

Permalink
feat(workflows): add eik aliasing script to release.yml (#10)
Browse files Browse the repository at this point in the history
Allow the latest version of the package to be imported from eik server without the need to update
the version number every time a new bundle version is published
  • Loading branch information
BalbinaK authored Apr 13, 2023
1 parent 5bba172 commit a0de9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
- name: Eik login and publish
run: pnpm eik login -k $EIK_TOKEN && pnpm eik publish || true
run: pnpm eik login -k $EIK_TOKEN && pnpm eik publish && pnpm eik pkg-alias || true
env:
EIK_TOKEN: ${{ secrets.EIK_TOKEN }}

0 comments on commit a0de9d6

Please sign in to comment.