Skip to content

Commit

Permalink
build: use experimental version for release-please testing
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Aug 24, 2023
1 parent f868123 commit 2bca33d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
31 changes: 16 additions & 15 deletions .github/workflows/release.yml
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- release-please

name: Release PR

Expand All @@ -16,25 +17,25 @@ jobs:
release-type: node
package-name: test-release-please

#
# On release, checkout and run tests before publishing...
#
# TODO: Uncomment this once we're actually ready to roll a new release --RWK
- uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}

# - uses: actions/checkout@v3
# if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}

# - uses: actions/setup-node@v3
# with:
# node-version: 16
# registry-url: 'https://registry.npmjs.org'
# if: ${{ steps.release.outputs.release_created }}
- run: npm ci
if: ${{ steps.release.outputs.release_created }}

# - run: npm ci
# if: ${{ steps.release.outputs.release_created }}
- run: npm test
if: ${{ steps.release.outputs.release_created }}

# - run: npm test
# if: ${{ steps.release.outputs.release_created }}
#
# On release, checkout and run tests before publishing...
#
# TODO: Uncomment this once we're actually ready to roll a new release --RWK

# - run: npm publish
# env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "uuid",
"version": "9.0.0",
"version": "9.0.0-releasetest.1",
"description": "RFC4122 (v1, v4, and v5) UUIDs",
"funding": [
"https://github.com/sponsors/broofa",
Expand Down

0 comments on commit 2bca33d

Please sign in to comment.