Skip to content
Snippets Groups Projects
Unverified Commit a18c16ac authored by Griefed's avatar Griefed :joystick: Committed by GitHub
Browse files

Merge pull request #693 from...

Merge pull request #693 from Griefed/dependabot-github_actions-develop-softprops-action-gh-release-2.2.1

build(deps): bump softprops/action-gh-release from 2.1.0 to 2.2.1
parents b55a2570 a4e325f0
No related branches found
No related tags found
1 merge request!640Dep updates and a fix
...@@ -186,7 +186,7 @@ jobs: ...@@ -186,7 +186,7 @@ jobs:
# GENERATE RELEASE # GENERATE RELEASE
- name: Create Release - name: Create Release
id: create_release id: create_release
uses: softprops/action-gh-release@v2.1.0 uses: softprops/action-gh-release@v2.2.1
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ needs.preparations.outputs.version }} tag_name: ${{ needs.preparations.outputs.version }}
......
...@@ -178,7 +178,7 @@ jobs: ...@@ -178,7 +178,7 @@ jobs:
# GENERATE RELEASE # GENERATE RELEASE
- name: Create Release - name: Create Release
id: create_release id: create_release
uses: softprops/action-gh-release@v2.1.0 uses: softprops/action-gh-release@v2.2.1
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ needs.preparations.outputs.version }} tag_name: ${{ needs.preparations.outputs.version }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment