Skip to content

Commit 3e5dcfa

Browse files
committed
fix(ci): temporary enforce softprops/action-gh-release v2.2.2
As latest version, v2.3, have an issue. This allow our workflows to still run until a fix is published for the action, after that we will need to revert to version `@2`.
1 parent 017d0dd commit 3e5dcfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ jobs:
643643
fi
644644
645645
- name: Update unstable release
646-
uses: softprops/action-gh-release@v2
646+
uses: softprops/action-gh-release@v2.2.2
647647
with:
648648
token: ${{ secrets.GITHUB_TOKEN }}
649649
tag_name: unstable

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
compatibility-table: '{ "release-mainnet": "⛔", "release-preprod": "⛔", "pre-release-preview": "✔", "testing-preview": "⛔" }'
7777

7878
- name: Create pre-release ${{ github.ref_name }}
79-
uses: softprops/action-gh-release@v2
79+
uses: softprops/action-gh-release@v2.2.2
8080
with:
8181
token: ${{ secrets.GITHUB_TOKEN }}
8282
tag_name: ${{ github.ref_name }}

0 commit comments

Comments
 (0)