Skip to content

Commit

Permalink
Merge pull request #265 from emulsify-ds/fix-release-config
Browse files Browse the repository at this point in the history
fix: update release tagging config
  • Loading branch information
callinmullaney authored May 1, 2024
2 parents 4b52844 + 0ad4d17 commit 0033b67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 16.13
node-version: 20
- name: Install
run: npm install
- name: Build
run: npm run build
- name: Release
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run semantic-release
1 change: 1 addition & 0 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
tagFormat: '${version}',
branches: ['main'],
repositoryUrl: '[email protected]:emulsify-ds/emulsify-cli.git',
plugins: [
Expand Down

0 comments on commit 0033b67

Please sign in to comment.