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 f1b80da commit 7a778bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -21,8 +21,9 @@ jobs:
release-type: node
package-name: uuid-release-test
# pre-release suffix for version string. E.g. "alpha" or "beta"
pre-release: releasetest
# pre-release: releasetest
prerelease: true
default-branch: release-please

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

0 comments on commit 7a778bb

Please sign in to comment.