Skip to content

Commit

Permalink
chore: bump ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Dare committed May 19, 2024
1 parent a8f76fe commit 4fc2963
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/baedeker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:

jobs:
build-and-publish:
build-and-publish-baedeker-config:
runs-on: ubuntu-latest

steps:
Expand All @@ -35,6 +35,7 @@ jobs:
cargo build --release
sudo cp ./target/release/baedeker /usr/local/bin
sudo chmod +x /usr/local/bin/baedeker
cd ..
- name: Create chain spec and secrets
run: |
Expand Down

0 comments on commit 4fc2963

Please sign in to comment.