Skip to content

Commit

Permalink
Merge pull request #678 from sasjs/sasjs-bump
Browse files Browse the repository at this point in the history
Fixed Github access token
  • Loading branch information
allanbowe authored Aug 8, 2023
2 parents 3d23205 + 4decfe9 commit 9b882b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
npm i -g semantic-release
- name: Release
run: |
GITHUB_TOKEN=${{ secrets.GH_TOKEN }} semantic-release
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} semantic-release
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@angular/platform-browser-dynamic": "^16.0.1",
"@angular/router": "^16.0.1",
"@sasjs/adapter": "^4.8.0",
"@sasjs/cli": "4.7.0",
"@sasjs/cli": "^4.7.0",
"@sasjs/core": "^4.46.6",
"@webcomponents/webcomponentsjs": "^2.6.0",
"moment": "^2.29.3",
Expand Down Expand Up @@ -71,4 +71,4 @@
"license-checker": "25.0.1",
"watch": "^0.13.0"
}
}
}

0 comments on commit 9b882b1

Please sign in to comment.