Skip to content

Commit

Permalink
ci: cut new versions (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
snobbee authored Dec 10, 2023
1 parent 7c13502 commit 7eb0850
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
- run: pnpm turbo run build --filter="./packages/*"

# Only create snapshot for now, re-enable once the dex is released
- name: Create PR or Publish release
uses: changesets/action@v1
id: changesets
with:
commit: "chore: update versions"
title: "chore: update versions"
publish: pnpm changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Create PR or Publish release
# uses: changesets/action@v1
# id: changesets
# with:
# commit: "chore: update versions"
# title: "chore: update versions"
# publish: pnpm changeset publish
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set snapshot version
run: pnpm -r exec npm version 0.0.0-snapshot.$(git rev-parse --short HEAD) --git-tag-version=false
Expand Down

4 comments on commit 7eb0850

@vercel
Copy link

@vercel vercel bot commented on 7eb0850 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 7eb0850 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sifchain-docs-next – ./apps/docs

sifchain-docs-next-git-main-sifchain.vercel.app
sifchain-docs-next.vercel.app
sifchain-docs-next-sifchain.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 7eb0850 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sifchain-dex – ./apps/dex

sifchain-dex-git-main-sifchain.vercel.app
sifchain-dex.vercel.app
sifchain-dex-sifchain.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 7eb0850 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.