Skip to content

Commit

Permalink
Simplifies release process
Browse files Browse the repository at this point in the history
  • Loading branch information
danielxvu committed Oct 2, 2023
1 parent 96d2d90 commit 224b97d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
File renamed without changes.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Forces-updates all releases in production

on:
release:
types: [created]
types: [created, edited]

env:
NPM_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
Expand All @@ -15,8 +15,6 @@ jobs:
CDN_SHEETS_FOLDER: ${{ vars.CDN_SHEETS_FOLDER }}
steps:
- uses: actions/checkout@v3
with:
ref: master

- id: 'auth'
uses: 'google-github-actions/auth@v1'
Expand Down

0 comments on commit 224b97d

Please sign in to comment.