Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #44 from brown-ccv/fix-npm-publish-token
Browse files Browse the repository at this point in the history
fix: bring back github token
  • Loading branch information
eldu authored Aug 5, 2022
2 parents 8ee8488 + 15a0287 commit 925273c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.CJ_NPM_PUBLISH_TOKEN }}
run: yarn release

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brown-ccv/behavioral-task-trials",
"version": "1.0.0",
"version": "2.0.0",
"description": "all-in-one starter app with behavioral task trials",
"main": "app.js",
"directories": {
Expand Down

0 comments on commit 925273c

Please sign in to comment.