Skip to content

Commit

Permalink
Split further
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Apr 12, 2024
1 parent 8fc505a commit 2764cc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
with:
cache: npm
node-version-file: package.json
- run: npm install
- run: npm run build
- run: |
git commit -am "Release ${{ inputs.tag }}"
git push
gh release create ${{ inputs.tag }} --generate-notes
- run: git commit -am "Release ${{ inputs.tag }}"
- run: git push
- run: gh release create ${{ inputs.tag }} --generate-notes

0 comments on commit 2764cc1

Please sign in to comment.