Skip to content

Commit

Permalink
👷 Update release config for non-beta releases (#255)
Browse files Browse the repository at this point in the history
It's happening!
  • Loading branch information
Robdel12 authored Mar 2, 2021
1 parent 4a769f9 commit d9e673a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ version-resolver:
- enhancement
default: patch
template: '$CHANGES'
prerelease: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
key: v1/${{ runner.os }}/node-12/${{ hashFiles('**/yarn.lock') }}
restore-keys: v1/${{ runner.os }}/node-12/
- run: yarn
- run: npm publish --tag next
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@percy/puppeteer",
"description": "Pupppeteer client library for visual testing with Percy",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"license": "MIT",
"author": "Perceptual Inc.",
"repository": "https://github.com/percy/percy-puppeteer",
Expand Down

0 comments on commit d9e673a

Please sign in to comment.