Skip to content

Commit 9032d33

Browse files
committed
GCI make create release step only available on head
1 parent 74871b3 commit 9032d33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dev-build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: chmod +x ./gradlew && ./gradlew build
4040

4141
- name: Create Release
42+
if: github.ref != 'refs/heads/master'
4243
uses: softprops/action-gh-release@v2
4344
with:
4445
name: '${{ github.ref_name }}: ${{ github.event.head_commit.message }} (${{ github.sha }})'

0 commit comments

Comments
 (0)