Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper committed Jan 12, 2024
1 parent 34af3ca commit 56c1428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
- name: Update dockerhub/kpow-se/README.md
run: echo ${{github.event.inputs.version}} | ./scripts/dockerhub_readme_se.clj
- name: Deploy Manifest to s3
run: aws s3 cp docs/releases-ce.edn s3://${{ secrets.RELEASES_BUCKET }}/releases-kpow-ee.edn
run: aws s3 cp docs/releases-ee.edn s3://${{ secrets.RELEASES_BUCKET }}/releases-kpow-ee.edn
- name: Commit
run: |
git config --global user.email "support@operatr.io"
Expand Down

0 comments on commit 56c1428

Please sign in to comment.