Skip to content

Commit

Permalink
👷 Use or-release instead of @priestine/versions
Browse files Browse the repository at this point in the history
  • Loading branch information
priestine committed Sep 9, 2020
1 parent 74dd0a8 commit 90fdd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/versioning-preview-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
with:
node-version: '12.x'
- name: Publish new release (if applicable)
run: npx @priestine/versions@latest --pre-release=alpha --repository=$GITHUB_REPOSITORY
run: npx or-release --pre-release=alpha --repository=$GITHUB_REPOSITORY
env:
OR_RELEASE_TOKEN: ${{ secrets.OR_RELEASE_TOKEN }}

0 comments on commit 90fdd43

Please sign in to comment.