Skip to content

Commit

Permalink
Update changeset-release workflow to allow manual triggering (#299)
Browse files Browse the repository at this point in the history
* Update changeset-release.yml

* Update changeset-snapshot.yml name
  • Loading branch information
Adammatthiesen authored Sep 24, 2024
1 parent 880311a commit 58fac48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/changeset-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Changeset Release

on:
workflow_dispatch:
push:
branches:
- main
Expand Down Expand Up @@ -44,7 +45,7 @@ jobs:

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: matthiesenxyz/changeset@v1
uses: changesets/action@v1
with:
commit: "👷 [ci]: Version Packages"
title: "👷 [ci]: Ready for Release"
Expand All @@ -59,4 +60,4 @@ jobs:
run: gh pr edit "$PR_URL" --add-label "ci"
env:
PR_URL: ${{ steps.changesets.outputs.pull_request_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/changeset-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Changeset Release and Snapshot
name: Changeset Snapshot

on:
workflow_dispatch:
Expand Down

0 comments on commit 58fac48

Please sign in to comment.