Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayali M authored and Sayali M committed Apr 24, 2024
1 parent d574e04 commit bf6444d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ jobs:


- name: Re-version Installers
continue-on-error: true
env:
INSTALL4J_10_LICENSE: ${{ secrets.INSTALL4J_10_LICENSE }}
INSTALL4J_APPLE_KEY_TESTING: ${{ secrets.INSTALL4J_APPLE_KEY_TESTING }}
Expand Down Expand Up @@ -202,7 +203,13 @@ jobs:
rm re-version/final/*.asc
rm re-version/final/*.md5
rm re-version/final/*.sha1
- name: cat into the file
if: always()
run: |
cat /Users/runner/work/liquibase/liquibase/liquibase-dist/target/liquibase-macos-installer-4.27.1.dmg.notarization.log
- name: Attach Files to Draft Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit bf6444d

Please sign in to comment.