Skip to content

Commit

Permalink
ci: add/update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wetransformer committed Oct 15, 2024
1 parent 1ebc029 commit bdd48ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Only on main repository (don't release on forks)
if: github.repository_owner == 'wetransform-os'

uses: wetransform/gha-workflows/.github/workflows/gradle-library-publish.yml@29e290cf68d621110f6eac3da7914b145c909f63 # v3.0.0
uses: wetransform/gha-workflows/.github/workflows/gradle-library-publish.yml@733faab9b81e9c64de96ae12a251b3b76111a4eb # v3.1.0
with:
semantic-release-dryrun: ${{ inputs.dryRun }}
expect-tests: false
Expand Down

0 comments on commit bdd48ae

Please sign in to comment.