Skip to content

Commit

Permalink
chore(release): not persist github token
Browse files Browse the repository at this point in the history
  • Loading branch information
nellyk authored Jun 11, 2020
2 parents e7ec20e + 42d24da commit 6899ede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- uses: actions/setup-node@v1
with:
node-version: '12.x'
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": "@americanexpress/one-service-worker",
"version": "1.0.0",
"version": "1.0.1",
"description": "A service worker built for the modern web",
"license": "Apache-2.0",
"homepage": "https://github.com/americanexpress/one-service-worker",
Expand Down

0 comments on commit 6899ede

Please sign in to comment.