Skip to content

Commit

Permalink
Merge pull request #123 from FlowFuse/feat-pin-workflow-to-tag
Browse files Browse the repository at this point in the history
Pin reusable workflows to v0.1.0
  • Loading branch information
hardillb authored Oct 25, 2023
2 parents 7c1bb45 + c65b230 commit 71a4124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:

jobs:
build:
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@e3e734b910af78371b2c9a1c6856446d17421f50'
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.1.0'

publish:
needs: build
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@5e57b30ac6ed8478406b3b3f2780241d2f4dcd8f'
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.1.0'
with:
package_name: flowforge-driver-k8s
publish_package: true
Expand Down

0 comments on commit 71a4124

Please sign in to comment.