Skip to content

Commit 4c96f42

Browse files
chore(deps): bump softprops/action-gh-release from 1 to 2 (#22)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ddc5843 commit 4c96f42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: npm run release -- --platform=${{ matrix.platform }}
4242

4343
- name: Release
44-
uses: softprops/action-gh-release@v1
44+
uses: softprops/action-gh-release@v2
4545
if: startsWith(github.ref, 'refs/tags/')
4646
with:
4747
files: release/${{ matrix.platform }}.google-workspace-extension.tar.gz

0 commit comments

Comments
 (0)