Skip to content

Commit

Permalink
Revert "Temporarily disable deployments"
Browse files Browse the repository at this point in the history
This reverts commit 63556c3.
  • Loading branch information
mbeckem committed Sep 27, 2023
1 parent b2a79f9 commit fb27277
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,22 @@ jobs:

- name: Upload artifact
uses: actions/upload-artifact@v3
if: false
with:
name: build
path: dist/

call_version:
if: github.ref == 'refs/heads/main'
name: "Publish or create version PR"
uses: "./.github/workflows/version.yml"
needs: test
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

deploy:
runs-on: ubuntu-latest
needs: test
if: false && github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit fb27277

Please sign in to comment.