Skip to content

Commit 18b78d3

Browse files
chore(deps): bump getsentry/action-release from 3.1.2 to 3.2.0
Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 3.1.2 to 3.2.0. - [Release notes](https://github.com/getsentry/action-release/releases) - [Changelog](https://github.com/getsentry/action-release/blob/master/CHANGELOG.md) - [Commits](getsentry/action-release@v3.1.2...v3.2.0) --- updated-dependencies: - dependency-name: getsentry/action-release dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e58e3b commit 18b78d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
with:
186186
fetch-depth: 0
187187
- name: Sentry Release
188-
uses: getsentry/action-release@v3.1.2
188+
uses: getsentry/action-release@v3.2.0
189189
env:
190190
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
191191
SENTRY_ORG: ${{env.SENTRY_NAME}}
@@ -224,7 +224,7 @@ jobs:
224224
echo "version=$version" >> $GITHUB_OUTPUT
225225
id: version
226226
- name: Sentry Release
227-
uses: getsentry/action-release@v3.1.2
227+
uses: getsentry/action-release@v3.2.0
228228
env:
229229
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
230230
SENTRY_ORG: ${{env.SENTRY_NAME}}

0 commit comments

Comments
 (0)