Skip to content

Commit

Permalink
Merge pull request #2 from pkgforge/dependabot/github_actions/softpro…
Browse files Browse the repository at this point in the history
…ps/action-gh-release-2.1.0

Bump softprops/action-gh-release from 2.0.9 to 2.1.0
  • Loading branch information
Azathothas authored Nov 12, 2024
2 parents d3ed73c + 9fea692 commit 81df54a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_aarch64_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
#continuous
- name: Releaser (Continuous)
if: env.HAS_RELEASE == 'TRUE'
uses: softprops/action-gh-release@v2.0.9
uses: softprops/action-gh-release@v2.1.0
with:
name: "Continuous ${{ env.B_ARCH }}"
tag_name: "${{ env.B_ARCH }}"
Expand All @@ -181,7 +181,7 @@ jobs:
#Snapshot
- name: Releaser (Snapshot)
if: env.HAS_RELEASE == 'TRUE'
uses: softprops/action-gh-release@v2.0.9
uses: softprops/action-gh-release@v2.1.0
with:
name: "FLATIMAGE-(${{ env.FIM_VERSION}})-${{ env.UTC_TIME }}-${{ env.B_ARCH }}"
tag_name: "${{ env.UTC_TIME }}-${{ env.B_ARCH }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_x86_64_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
#continuous
- name: Releaser (Continuous)
if: env.HAS_RELEASE == 'TRUE'
uses: softprops/action-gh-release@v2.0.9
uses: softprops/action-gh-release@v2.1.0
with:
name: "Continuous ${{ env.B_ARCH }}"
tag_name: "${{ env.B_ARCH }}"
Expand All @@ -180,7 +180,7 @@ jobs:
#Snapshot
- name: Releaser (Snapshot)
if: env.HAS_RELEASE == 'TRUE'
uses: softprops/action-gh-release@v2.0.9
uses: softprops/action-gh-release@v2.1.0
with:
name: "FLATIMAGE-(${{ env.FIM_VERSION}})-${{ env.UTC_TIME }}-${{ env.B_ARCH }}"
tag_name: "${{ env.UTC_TIME }}-${{ env.B_ARCH }}"
Expand Down

0 comments on commit 81df54a

Please sign in to comment.