Skip to content

Commit

Permalink
feat: create a release + package (Digital-Ecosystems#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloLory-ionos authored Dec 4, 2023
1 parent 36a99d9 commit a827f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
distribution: 'temurin'
- name: Build project
run: ./gradlew clean build

- name: Publish artifacts to GitHub Packages
run: NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
run: NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3 )
./gradlew -Pversion=${NEW_VERSION} -Pgithub_owner=${{ github.repository_owner }} -Pgithub_repo=edc-ionos-s3 publish -Dorg.gradle.project.gitHubUser=${{ github.actor }} -Dorg.gradle.project.gitHubToken=${{ secrets.GITHUB_TOKEN }}

0 comments on commit a827f59

Please sign in to comment.