Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplify release publication #50

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

andrewmwells-amazon
Copy link
Contributor

Simplify the release publishing workflows.

  • Get cedar from crates.io
  • Don't build CedarJava (temporary)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@@ -57,10 +51,6 @@ jobs:
- name: cargo test
working-directory: ./CedarJavaFFI
run: cargo test --verbose
- name: Build CedarJava
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will build (and test) once the release action is working again.

@@ -34,18 +34,12 @@ jobs:
contents: write
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will re-enable once the release action is working again

toolchain:
- stable
steps:
- name: Checkout cedar-java
uses: actions/checkout@v3
- name: Checkout cedar
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We only release once published to crates.io, so we can get rid of this in all branches

@andrewmwells-amazon andrewmwells-amazon merged commit 91177f8 into release/2.3.x Sep 18, 2023
1 check passed
@andrewmwells-amazon andrewmwells-amazon deleted the andrewmwells/release_workflow branch September 18, 2023 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants