Skip to content

Commit

Permalink
fix: fix dependencies to ensure that variables are known
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc-E-Tect committed Jul 21, 2024
1 parent 61d1308 commit 4d623ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:

complete_release:
name: Complete release
needs: [process_test_adoc, process_file2_md]
needs: [setup_release, process_test_adoc, process_file2_md]
if: ${{ needs.setup_release.outputs.new_tag_version != '' }}
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -202,6 +202,7 @@ jobs:
run: npm ci

- name: Release with next Semantic Version
id: release_with_next_semantic_version
if: ${{needs.setup_release.outputs.new_tag_version != ''}}
run: npx semantic-release
env:
Expand Down

0 comments on commit 4d623ce

Please sign in to comment.