Skip to content

Commit

Permalink
Merge pull request #5 from OffchainLabs/repair-releasing
Browse files Browse the repository at this point in the history
fix conflicting jobs name which broke the new workflow
  • Loading branch information
kasey authored Jan 14, 2025
2 parents 6312a8b + 426297d commit 36f44af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 21 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/main-artifact-refresh.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-main
name: release
description: "automatically build unclog releases"

on:
Expand All @@ -7,7 +7,7 @@ on:
- "v*.*.*"

jobs:
refresh-unclog-binary:
release-unclog:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
Expand Down
3 changes: 3 additions & 0 deletions log/kasey_repair-releasing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Fixed

- remove old workflow with conflicting name.

0 comments on commit 36f44af

Please sign in to comment.