Skip to content

Commit

Permalink
Merge pull request #159 from cloudflare/jacobmgevans/gh-workflow
Browse files Browse the repository at this point in the history
Automation release
  • Loading branch information
JacobMGEvans authored Aug 24, 2023
2 parents fcf648c + 30e126d commit b076e88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/publish.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ jobs:
publish: npx changeset tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Tag & Release Action
if: steps.changesets.outputs.published == 'true'
uses: JasonEtco/build-and-tag-action@v2
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit b076e88

Please sign in to comment.