Skip to content

Commit

Permalink
gha: need ./.github... not just .github... when ref utils.
Browse files Browse the repository at this point in the history
  • Loading branch information
baracudda committed Feb 2, 2024
1 parent 3685686 commit b9016be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-node-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
build_node_app:
needs: [build_cfg]
name: "Build node tarball with tag [${{ needs.build_cfg.outputs.VERSION_STR }}]"
uses: .github/workflows/util-build-node-app.yml
uses: ./.github/workflows/util-build-node-app.yml
secrets: inherit
with:
version_str: ${{ needs.build_cfg.outputs.VERSION_STR }}
8 changes: 0 additions & 8 deletions .github/workflows/tag-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,3 @@ jobs:
ref: 'refs/tags/v${{ steps.config_step.outputs.VERSION_STR }}',
sha: context.sha
})
build_node_app:
needs: [build_cfg]
name: "Build node tarball with tag [${{ needs.build_cfg.outputs.VERSION_STR }}]"
uses: .github/workflows/util-build-node-app.yml
secrets: inherit
with:
version_str: ${{ needs.build_cfg.outputs.VERSION_STR }}

0 comments on commit b9016be

Please sign in to comment.