Skip to content

Commit

Permalink
Fix release.yml pipeline
Browse files Browse the repository at this point in the history
Don't depend on validate job in release pipeline
  • Loading branch information
dincho authored Jan 26, 2024
1 parent 300065c commit f106116
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
jobs:
publish:
uses: aeternity/github-actions/.github/workflows/[email protected]
needs: [ validate ]
secrets: inherit
with:
BUILD_ARGS: REVISION=${{ github.sha }}
Expand Down

0 comments on commit f106116

Please sign in to comment.