Skip to content

Commit

Permalink
Merge pull request #62 from Julius278/feature/463
Browse files Browse the repository at this point in the history
Feature/463
  • Loading branch information
Julius278 authored Apr 19, 2024
2 parents 6b41a77 + c9f11c4 commit af2d4f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/upload_snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: finmath smart derivative contract

#trigg
#only push new SNAPSHOTS from develop
on:
push:
Expand All @@ -17,4 +18,7 @@ jobs:
with:
java-version: 17
- name: upload SNAPSHOT to GitLab
env:
DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
PRIVATE_TOKEN: ${{ secrets.PRIVATE_TOKEN }}
run: mvn -s github_SNAPSHOT_settings.xml clean install deploy

0 comments on commit af2d4f6

Please sign in to comment.