Skip to content

Commit

Permalink
build: trying to get pre-release versions to work
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Aug 24, 2023
1 parent 7fe0f53 commit f1b80da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
@@ -1,3 +1,7 @@
# Notes from broofa on how to use this action:
#
# * To reset a release PR, close the PR in github and delete the release branch created by

on:
workflow_dispatch:
push:
Expand All @@ -18,6 +22,7 @@ jobs:
package-name: uuid-release-test
# pre-release suffix for version string. E.g. "alpha" or "beta"
pre-release: releasetest
prerelease: true

- uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit f1b80da

Please sign in to comment.