Skip to content

Commit

Permalink
Merge pull request #145 from base-org/chore/simplify-releases
Browse files Browse the repository at this point in the history
Chore: iterate on release workflows
  • Loading branch information
zencephalon authored Oct 24, 2023
2 parents 04d7600 + 5c7718a commit 20a9e74
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 42 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
prerelease:
name: Changests Prerelease
runs-on: ubuntu-latest
environment: release
# Permissions necessary for Changesets to push a new branch and open PRs
# (for automated Version Packages PRs), and request the JWT for provenance.
# More info: https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
version:
name: Release
runs-on: ubuntu-latest
environment: release
permissions:
contents: write
pull-requests: write
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/snapshot.yml

This file was deleted.

0 comments on commit 20a9e74

Please sign in to comment.