Skip to content

Commit

Permalink
Pin reusable workflows to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Oct 25, 2023
1 parent 7c1bb45 commit c65b230
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 c65b230

Please sign in to comment.