Skip to content

Commit

Permalink
split all steps
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Sep 12, 2024
1 parent 37daa2a commit 7efe0a0
Show file tree
Hide file tree
Showing 13 changed files with 55,927 additions and 4,050 deletions.
7,948 changes: 3,966 additions & 3,982 deletions .github/actions/changesets-fixed-version-bump/index.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions .github/actions/commit-and-tag/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: 'commit-and-tag'
description: 'Commits and tags the current changes.'
inputs:
version:
description: 'Version to use for the tag and commit message'
runs:
using: 'node20'
main: 'index.js'
Loading

0 comments on commit 7efe0a0

Please sign in to comment.