Skip to content

Commit

Permalink
Amend node version up (#502)
Browse files Browse the repository at this point in the history
* Remove unused file

* Fix wrong reference to shell script

* Remove unused file
  • Loading branch information
ebma authored Oct 22, 2024
1 parent b83b489 commit c0ff2a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 50 deletions.
18 changes: 0 additions & 18 deletions .github/scripts/runtime_version_up.sh

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/version-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
- name: Check For Specific Version
if: github.event.inputs.specific_version != ''
run: |
bash .github/scripts/package_version_up ${{ github.event.inputs.specific_version }}
bash .github/scripts/package_version_up.sh ${{ github.event.inputs.specific_version }}
if ${{ github.event.inputs.packages-all }} == 'true'; then
echo "Upgrading crates to ${{ github.event.inputs.specific_version }}" &> changes.txt
else
echo "Upgrading node to ${{ github.event.inputs.specific_version }}" &> changes.txt
fi
- name: ${{ github.event.inputs.versioning }} Version Up for all
if: github.event.inputs.specific_version == '' && github.event.inputs.packages-all == 'true'
if: github.event.inputs.specific_version == '' && github.event.inputs.packages-all == 'true'
continue-on-error: false
run: |
cargo set-version --bump ${{ github.event.inputs.versioning }} &> changes.txt
Expand Down
30 changes: 0 additions & 30 deletions script/get_commit.sh

This file was deleted.

0 comments on commit c0ff2a6

Please sign in to comment.