Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisInSky committed Dec 11, 2024
1 parent 558b3a4 commit 6ea4b09
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ jobs:
ref: ${{ needs.prepare.outputs.rc_branch }}

- name: Publish Crates
if: false
run: |
VERSION=${{ needs.prepare.outputs.r_version }}
for SAILS_CRATE in $SAILS_CRATES; do
Expand All @@ -186,7 +185,6 @@ jobs:
git push origin "${{ needs.prepare.outputs.rc_branch }}"
cli_tests_after_publish:
if: false
name: Run CLI Tests After Publish
needs:
- prepare
Expand All @@ -203,7 +201,7 @@ jobs:
pull-requests: write
needs:
- prepare
#- cli_tests_after_publish
- cli_tests_after_publish
- assets
defaults:
run:
Expand Down

0 comments on commit 6ea4b09

Please sign in to comment.