Skip to content

Commit

Permalink
comment deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Oct 30, 2023
1 parent 1a4de67 commit d62fecf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release_onboarding_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
run: mvn -B package -f onboarding-sdk/pom.xml
shell: bash

- name: Deploy to GitHub Package Registry
run: |
mvn -B deploy -f onboarding-sdk/pom.xml
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#- name: Deploy to GitHub Package Registry
# run: |
# mvn -B deploy -f onboarding-sdk/pom.xml
# shell: bash
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d62fecf

Please sign in to comment.