Skip to content

Commit

Permalink
Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 28, 2022
1 parent 828a718 commit e6e9ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Expand Up @@ -68,7 +68,7 @@ jobs:
- run: sed --in-place 's/version=.*/version=0.${{ steps.date.outputs.date }}.SNAPSHOT/g' gradle.properties
if: github.ref == 'refs/heads/master'

- run: echo "enablePublishing=true" > gradle.properties
- run: sed --in-place 's/enablePublishing=false/enablePublishing=true/g' gradle.properties
if: env.HAS_SECRETS == 'HAS_SECRETS'
- run: git diff

Expand Down

0 comments on commit e6e9ad4

Please sign in to comment.