Skip to content

Commit 30d9b14

Browse files
authored
Merge pull request #48 from next-engineer/feature/semantic-release-cjs
Feature/semantic release cjs
2 parents 84a312d + bb69387 commit 30d9b14

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818
with:
19+
ref: ${{ github.sha }}
1920
fetch-depth: 0
21+
fetch-tags: true
2022

2123
- name: Set up Node.js
2224
uses: actions/setup-node@v4
File renamed without changes.

0 commit comments

Comments
 (0)