Skip to content

Commit

Permalink
gha: auto-tag does not run gha, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
baracudda committed Feb 2, 2024
1 parent b9016be commit f9b6996
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tag-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ 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 f9b6996

Please sign in to comment.