Skip to content

Commit b9cb3db

Browse files
committed
chore: update release workflow
1 parent 7d52df5 commit b9cb3db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
with:
17+
ref: main
1618
- uses: coursier/cache-action@v6
1719
- name: Get the version
1820
id: get_version
@@ -46,6 +48,7 @@ jobs:
4648
with:
4749
branch: main
4850
github_token: ${{ secrets.GITHUB_TOKEN}}
51+
force: true
4952
# create github release
5053
- name: Create a Release
5154
id: create_release

0 commit comments

Comments
 (0)