Skip to content

Commit ab8cc26

Browse files
chore: bump tag
1 parent a2b0293 commit ab8cc26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ jobs:
8585
steps:
8686
- uses: actions/checkout@v4
8787
with:
88-
ref: v0.11.4
88+
ref: v0.11.5
8989
- name: Get release version
9090
env:
91-
TAG_VERSION: v0.11.4
91+
TAG_VERSION: v0.11.5
9292
run: |
9393
echo "RELEASE_VERSION=${TAG_VERSION#v*}" >> $GITHUB_ENV
9494
echo $RELEASE_VERSION

0 commit comments

Comments
 (0)