Skip to content

Commit

Permalink
feat: #1 fixes lint tests workflows (#12)
Browse files Browse the repository at this point in the history
* fix: #1 pr rather than push on prod tag bump

* fix: #1 pr rather than push on prod tag bump
  • Loading branch information
willmcvay authored Jan 29, 2024
1 parent 00c6651 commit be086e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,16 @@ jobs:
title: 'chore: bump version to ${{ steps.tagName.outputs.version }}'
body: Update to version in package.json
base: main
branch: chore/update-version
branch: chore/update-version-${{ steps.tagName.outputs.version }}

- name: Deploy
run: |
yarn deploy
- name: Set Publish Version
run: |
yarn version ${{ steps.tagName.outputs.version }}
- name: Publish
run: |
yarn publish --tag latest

0 comments on commit be086e6

Please sign in to comment.