Skip to content

Commit

Permalink
fix: tag pub depends on image pub
Browse files Browse the repository at this point in the history
  • Loading branch information
jonandernovella committed Oct 11, 2023
1 parent 5c39fd9 commit b9ac707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
publish_tag:
name: publish tag
needs: tag
needs: [push_to_registry, tag]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b9ac707

Please sign in to comment.