Skip to content

Commit

Permalink
OPCT-226: CI/set prerelease flag when pipeline creates release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio committed Jul 26, 2024
1 parent 4a2f4a3 commit 1d0e7b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,13 @@ jobs:

# https://github.com/softprops/action-gh-release
- name: Create Release
uses: softprops/action-gh-release@v0.1.15
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONTAINER_REPO: ${{ env.CONTAINER_REPO }}
RELEASE_TAG: ${{ env.RELEASE_TAG }}
with:
prerelease: true
files: |
build/opct-darwin-amd64
build/opct-darwin-amd64.sum
Expand Down

0 comments on commit 1d0e7b4

Please sign in to comment.