Skip to content

Commit

Permalink
Back to softprops/action-gh-release 2.1.0
Browse files Browse the repository at this point in the history
There is a bug in 2.2.0.
  • Loading branch information
acogoluegnes committed Dec 12, 2024
1 parent 82b8555 commit bfa7e98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-performance-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
tag-filter: '^v-stream-perf-test-1.[0-9]+.0-SNAPSHOT-[0-9]{8}-[0-9]{6}$'
keep-last-n: 2
- name: Push to GitHub Release
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2.1.0
with:
files: packages/*
name: ${{ env.release_name }}
Expand All @@ -49,7 +49,7 @@ jobs:
run: |
sleep 5s
- name: Push to GitHub Release
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2.1.0
with:
files: packages-latest/*
name: stream-perf-test-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
- name: Push to GitHub Release
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2.1.0
with:
files: packages/*
name: ${{ env.release_name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
tag-filter: '^v-stream-perf-test-1.[0-9]+.0-SNAPSHOT-[0-9]{8}-[0-9]{6}$'
keep-last-n: 2
- name: Push to GitHub Release
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2.1.0
with:
files: packages/*
name: ${{ env.release_name }}
Expand All @@ -70,7 +70,7 @@ jobs:
run: |
sleep 5s
- name: Push to GitHub Release
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2.1.0
with:
files: packages-latest/*
name: stream-perf-test-latest
Expand Down

0 comments on commit bfa7e98

Please sign in to comment.