Skip to content

Commit

Permalink
🚧 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
p-koch committed Oct 4, 2024
1 parent f49d717 commit adc2090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-build-check-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
rm -f ~/.npmrc .npmrc .yarnrc
echo "FORTO_ARTIFACTS_TOKEN=$(gcloud auth print-access-token)" >> $GITHUB_ENV
echo "//europe-west1-npm.pkg.dev/forto-artifacts/${{ inputs.gar-registry }}/:_authToken=${FORTO_ARTIFACTS_TOKEN}" >> .npmrc
echo "//europe-west1-npm.pkg.dev/forto-artifacts/:_authToken=${FORTO_ARTIFACTS_TOKEN}" >> .npmrc
yarn publish --registry https://europe-west1-npm.pkg.dev/forto-artifacts/${{ inputs.gar-registry }} --tag canary
- if: ${{ !inputs.publish-to-gar }}
run: |
Expand Down

0 comments on commit adc2090

Please sign in to comment.