Skip to content

Commit

Permalink
updated publish from branch script
Browse files Browse the repository at this point in the history
  • Loading branch information
irmastnt committed Mar 17, 2024
1 parent 3842db0 commit 5fbfbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-from-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- run: |
echo "//npm.pkg.github.com/:_authToken=${{ secrets.ORG_GITHUB_PACKAGES_PAT }}" > ~/.npmrc
echo "registry=https://npm.pkg.github.com/dasch-swiss" >> ~/.npmrc
echo "@dasch-swiss:registry=https://npm.pkg.github.com/dasch-swiss" >> ~/.npmrc
- run: make docker-publish

0 comments on commit 5fbfbc3

Please sign in to comment.