Skip to content

Commit

Permalink
removed swazzler checkout/release. not needed for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cesar roman committed Jan 23, 2024
1 parent d2af125 commit 4cbdfbf
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,6 @@ jobs:
git commit -m "CI/CD: set next version: ${{ github.event.inputs.next_version }}"
git push
# - name: Checkout Swazzler
# uses: actions/checkout@v3
# with:
# repository: embrace-io/embrace-swazzler3
# ref: master
# path: ./embrace-swazzler3
# token: ${{ secrets.CD_GITHUB_TOKEN }}
#
# - name: Swazzler Release
# run: |
# cd ./embrace-swazzler3
# ./gradlew clean release -Dorg.gradle.parallel=false -Prelease.useAutomaticVersion=true -Prelease.releaseVersion=${{ github.event.inputs.current_version }} -Prelease.newVersion=${{ github.event.inputs.next_version }}-SNAPSHOT --stacktrace

- name: Cleanup Gradle Cache
# Based on https://docs.github.com/en/actions/guides/building-and-testing-java-with-gradle#caching-dependencies
# Remove some files from the Gradle cache, so they aren't cached by GitHub Actions.
Expand Down

0 comments on commit 4cbdfbf

Please sign in to comment.