Skip to content

Commit

Permalink
adjust actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobasco99 committed May 17, 2024
1 parent a19536d commit 09b37df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
env:
# set environment variable for release
LAS2PEER_RELEASE: "yes"
ARCHIVA_USERNAME: ${{ secrets.ARCHIVA_USERNAME }}
ARCHIVA_PASSWORD: ${{ secrets.ARCHIVA_PASSWORD }}
USERNAME: ${{ secrets.USERNAME }}
TOKEN: ${{ secrets.TOKEN }}
run: ./gradlew publish
- name: Upload artifacts on GitHub (attached to this workflow)
uses: actions/upload-artifact@v2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish artifacts as snapshot to archiva
name: Publish artifacts as snapshot to github packages

# Run workflow on publish to develop branch automatically.
# Also allow to run the workflow manually on every other branch.
Expand Down Expand Up @@ -27,8 +27,8 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle and publish as snapshot to archiva
env:
ARCHIVA_USERNAME: ${{ secrets.ARCHIVA_USERNAME }}
ARCHIVA_PASSWORD: ${{ secrets.ARCHIVA_PASSWORD }}
USERNAME: ${{ secrets.USERNAME }}
Token: ${{ secrets.TOKEN }}
run: ./gradlew publish
- name: Upload artifacts on GitHub (attached to this workflow)
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 09b37df

Please sign in to comment.