Skip to content

Commit 997c75b

Browse files
authored
Merge pull request #63 from paullockaby/dependabot/github_actions/softprops/action-gh-release-3
chore(deps): bump softprops/action-gh-release from 2 to 3
2 parents 5b9f4f2 + 4fa966c commit 997c75b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: make push
3434

3535
- name: Update release
36-
uses: softprops/action-gh-release@v2
36+
uses: softprops/action-gh-release@v3
3737
with:
3838
files: |
3939
dist/*

.github/workflows/release-create.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
git push origin main --tags
6868
6969
- name: Create release
70-
uses: softprops/action-gh-release@v2
70+
uses: softprops/action-gh-release@v3
7171
with:
7272
body_path: "changes.md"
7373
tag_name: "v${{ steps.cz.outputs.version }}"

0 commit comments

Comments
 (0)