Skip to content

Commit

Permalink
✨ CI release
Browse files Browse the repository at this point in the history
  • Loading branch information
j-catania committed Dec 1, 2023
1 parent e9498e0 commit 58c1da4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,14 @@ jobs:
uses: actions/checkout@v4
with:
show-progress: false

- name: Configure GIT
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Create release
run: npm version ${{ inputs.version }}

- name: Push changes
run: git push --follow-tags

0 comments on commit 58c1da4

Please sign in to comment.