Skip to content

Commit

Permalink
build: configure pre-release suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Aug 24, 2023
1 parent d52368d commit 203dd8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -15,7 +15,9 @@ jobs:
id: release
with:
release-type: node
package-name: test-release-please
package-name: uuid-release-test
# pre-release suffix for version string. E.g. "alpha" or "beta"
pre-release: releasetest

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

0 comments on commit 203dd8e

Please sign in to comment.