Skip to content

Commit

Permalink
Merge pull request #106 from ineiti/publish_crate
Browse files Browse the repository at this point in the history
correct needs
  • Loading branch information
ineiti authored Aug 23, 2024
2 parents 93f42bc + 11f7778 commit 6cf7b1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:

publish_crate:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v2

Expand All @@ -93,7 +92,7 @@ jobs:

deploy:
runs-on: ubuntu-latest
needs: build
needs: docker

steps:
- name: Update signal.fledg.re
Expand Down

0 comments on commit 6cf7b1a

Please sign in to comment.