Skip to content

Commit

Permalink
fix: publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortezz committed Aug 25, 2024
1 parent 4143873 commit 6c296ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/version_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ jobs:
git push origin ${{ github.ref }}
publish:
runs-on: ubuntu-latest
env:
NEXUS_USER: ${{ secrets.NEXUS_USER }}
NEXUS_PASS: ${{ secrets.NEXUS_PASS }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 6c296ca

Please sign in to comment.