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 ce48412 commit 3842db0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-from-branch.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Publish from branch

on:
workflow_dispatch
on: workflow_dispatch
jobs:
publish-from-branch:
name: Publish from branch
Expand All @@ -18,4 +17,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_USER }}
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
- run: make docker-publish
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

0 comments on commit 3842db0

Please sign in to comment.