Skip to content

Commit

Permalink
merge build and publish steps in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh committed Nov 21, 2023
1 parent 08ca8e6 commit 467e432
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,12 @@ jobs:
# brew install doxygen
# brew install graphviz

- name: Build
run: ./gradlew build pack
#run: ./gradlew build pack packageDocs

- name: Publish Nugets
- name: Build and Publish Nugets
env:
NUGET_PRODUCTION_API_KEY: ${{ secrets.NUGET_PRODUCTION_API_KEY }}
run: ./gradlew publishToProduction

run: ./gradlew build pack publishToProduction
#run: ./gradlew build pack packageDocs

- name: Create Github Release
uses: actions/[email protected]
env:
Expand Down

0 comments on commit 467e432

Please sign in to comment.