Skip to content

Commit cc37d4c

Browse files
committed
Bump version to 0.6.1
1 parent 08a2136 commit cc37d4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/alpine_x86_64_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Build release binary
4343
id: release
4444
run: |
45+
git config --global --add safe.directory /__w/sentry/sentry
4546
echo "ASSERT_NAME=${{env.ASSERT_NAME}}" >> $GITHUB_OUTPUT
4647
shards build --production --progress --no-debug -Dstrict_multi_assign -Dno_number_autocast ${{env.BUILD_ARGS}}
4748
tar zcvf ${{env.ASSERT_NAME}} ${{env.BINARY_NAME}} LICENSE

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sentry
2-
version: 0.3.2
2+
version: 0.6.1
33

44
targets:
55
sentry:

0 commit comments

Comments
 (0)