Skip to content

Commit

Permalink
Merge pull request #90 from FlowFuse/fix-workflows-v0_1_1
Browse files Browse the repository at this point in the history
Bump workflows to v0.1.1 version
  • Loading branch information
hardillb authored Oct 25, 2023
2 parents b844c4a + 0c38b71 commit ace27d8
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,14 +10,14 @@ on:

jobs:
build:
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package_with_pgsql.yml@v0.1.0'
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package_with_pgsql.yml@v0.1.1'
with:
run_tests: true

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

0 comments on commit ace27d8

Please sign in to comment.