Skip to content

Commit 529a5d5

Browse files
authored
fix: add shell bash to tag verification steps (#12)
1 parent 37813c8 commit 529a5d5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: Verify tag is on main
29+
shell: bash
2930
run: |
3031
git fetch origin main
3132
if ! git merge-base --is-ancestor "${{ github.sha }}" origin/main; then
@@ -68,6 +69,7 @@ jobs:
6869
fetch-depth: 0
6970

7071
- name: Verify tag is on main
72+
shell: bash
7173
run: |
7274
git fetch origin main
7375
if ! git merge-base --is-ancestor "${{ github.sha }}" origin/main; then
@@ -138,6 +140,7 @@ jobs:
138140
fetch-depth: 0
139141

140142
- name: Verify tag is on main
143+
shell: bash
141144
run: |
142145
git fetch origin main
143146
if ! git merge-base --is-ancestor "${{ github.sha }}" origin/main; then

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yieldxyz/shield",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Zero-trust transaction validation library for Yield.xyz integrations.",
55
"packageManager": "pnpm@10.12.2",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)