Skip to content

Commit

Permalink
relese ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetuska committed Feb 10, 2023
1 parent 255a2d2 commit f0ad04a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,13 @@ jobs:
uses: ./.github/workflows/deploy-pages.yml
with:
version: ${{ needs.resolve-version.outputs.version }}

finalise:
runs-on: ubuntu-latest
needs: [ release-Pages, resolve-version ]
if: ${{ github.event.inputs.skipPages != 'y' && needs.resolve-version.outputs.snapshot == 'false' }}
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Change pre-release status
run: gh release edit ${{ needs.resolve-version.outputs.version }} --prerelease=false

0 comments on commit f0ad04a

Please sign in to comment.