Skip to content

Commit

Permalink
Merge pull request #16 from kyscott18/permit
Browse files Browse the repository at this point in the history
Try to fix release action
  • Loading branch information
kyscott18 authored Jul 31, 2023
2 parents 926ac0f + 0f3db69 commit e7cea92
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-pumas-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"reverse-mirage": patch
---

Trying to fix the ci
15 changes: 7 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,17 @@ jobs:
with:
# This fetches the entire Git history so that Changesets can generate changelogs with the correct commits.
fetch-depth: 0

- name: Setup
uses: ./.github/actions/setup

uses: ./.github/actions/setup-js
- name: Install foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Create release pull request or publish to npm
id: changesets
uses: changesets/action@v1.4.1
uses: changesets/action@v1
with:
title: "chore: version packages"
commit: "chore: version packages"
version: pnpm changeset:version
publish: pnpm changeset:release
publish: pnpm build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit e7cea92

Please sign in to comment.