Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Feb 1, 2025
1 parent 8af97b9 commit 8376b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ jobs:

#continuous
- name: Releaser
uses: softprops/action-gh-release@v2.0.8
uses: softprops/action-gh-release@v2.2.1
with:
name: "soar-@latest"
tag_name: "continuous"
Expand All @@ -490,7 +490,7 @@ jobs:

#Snapshot
- name: Releaser
uses: softprops/action-gh-release@v2.0.8
uses: softprops/action-gh-release@v2.2.1
with:
name: "ARTIFACTS_${{ env.L_COMMIT }}"
tag_name: "${{ env.UTC_TIME }}"
Expand Down

0 comments on commit 8376b4b

Please sign in to comment.