Skip to content

Commit

Permalink
ci: Test basic setup
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdecarme committed Nov 1, 2023
1 parent c62ce76 commit fc493d2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
env:
TURBO_TOKEN: ${{ secrets.FLARE_CITY_TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.FLARE_CITY_TURBO_TEAM }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.FLARE_CITY_NPM }}
steps:
- name: Checkout
Expand All @@ -39,11 +38,10 @@ jobs:
with:
title: "chore: Version packages"
commit: "chore: Version packages"
version: yarn packages:version # version so pnp can reconcile packages
publish: yarn packages:publish # build and publish to npm
# version: yarn packages:version # version so pnp can reconcile packages
# publish: yarn packages:publish # build and publish to npm
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.FLARE_CITY_NPM }}

- name: Packages - tag
# if: steps.changesets.outputs.hasChangesets == 'false'
Expand Down

0 comments on commit fc493d2

Please sign in to comment.