Skip to content

Commit 4839a1a

Browse files
committed
Back to main, ready for PR
1 parent 997de3c commit 4839a1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
CiBuild:
1111
name: CI Build
12-
uses: connorjs/github-workflows/.github/workflows/npm-ci-build~v1.yaml@features/npm-pack-and-publish
12+
uses: connorjs/github-workflows/.github/workflows/npm-ci-build~v1.yaml@main
1313

1414
PipelineTests:
1515
name: Test (${{ matrix.node }} | ${{ matrix.platform.os }})
@@ -97,7 +97,7 @@ jobs:
9797
- CiBuild # For version variable
9898
- PipelineTests # Requires passing tests
9999

100-
uses: connorjs/github-workflows/.github/workflows/npm-publish~v1.yaml@features/npm-pack-and-publish
100+
uses: connorjs/github-workflows/.github/workflows/npm-publish~v1.yaml@main
101101
with:
102102
npmPackFilename: ${{ needs.CiBuild.outputs.npmPackFilename }}
103103
semVer: ${{ needs.CiBuild.outputs.semVer }}

0 commit comments

Comments
 (0)