Skip to content

Commit

Permalink
chore: tag all packages with npm-tag input
Browse files Browse the repository at this point in the history
  • Loading branch information
kobyhallx committed Oct 11, 2023
1 parent 1053be9 commit e88d02c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish-es-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,7 @@ jobs:
- name: Prepare nightly version
if: ${{ inputs.npm-tag != 'latest' }}
run: |
yarn nightly:version
- name: Update Version as specific tag
if: ${{ inputs.npm-tag != 'latest' }}
run: |
jq '.version = .version + "-${{ inputs.npm-tag }}"' package.json > package-tmp.json && mv package-tmp.json package.json
yarn nightly:version -- .${{ inputs.npm-tag }}
- name: Authenticate with npm
run: "echo npmAuthToken: ${{ secrets.NPM_TOKEN }} > ~/.yarnrc.yml"
Expand Down

0 comments on commit e88d02c

Please sign in to comment.