Skip to content

Commit

Permalink
added npm configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Bock4Soft committed May 14, 2024
1 parent 7b24cd8 commit 26a4611
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ jobs:
run: |
git config user.email "actions@dipa.online"
git config user.name "DiPA GitHub Actions"
- name: Einstellen des Autorisierungstoken
run: |
npm config set //npm.pkg.github.com/:_authToken=${{ secrets.GIT_HUB_PACKAGES_ACCESS_TOKEN_WRITE }}
- name: Set up Node.js
uses: actions/setup-node@v2.1.5
with:
node-version: 14.x
registry-url: "https://npm.pkg.github.com"
scope: "@dipa-projekt"
- name: Release with Maven
run: mvn -s .mvn/settings.xml -B -DreleaseVersion=${{ github.event.inputs.release_version }} gitflow:release --file pom.xml
env:
Expand Down

0 comments on commit 26a4611

Please sign in to comment.