Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Feb 6, 2025
1 parent 823d91c commit 20017ee
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
setup-scripts:
runs-on: ubuntu-latest
steps:
## Use scripts and tools from current branch
- name: https://github.com/actions/checkout/issues/1720
run: |
chmod -R u+rwX .
- uses: actions/checkout@v4
- name: Upload scripts
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -98,12 +94,10 @@ jobs:
- temp-1.81

steps:
- name: https://github.com/actions/checkout/issues/1720
run: |
sudo chmod -R u+rwX .
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.to }}
path: tmp
- name: Login to DockerHub
uses: docker/[email protected]
with:
Expand Down Expand Up @@ -156,7 +150,6 @@ jobs:
${{ matrix.chain.runtime_name }}-runtime.compact.compressed.wasm
${{ matrix.chain.runtime_name }}-srtool-digest.json
####### Prepare the release draft #######
prepare-draft-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 20017ee

Please sign in to comment.