Skip to content

Commit

Permalink
chore(): more ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Sep 3, 2020
1 parent 405a051 commit 3b15165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ionic Storage CI
name: Build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build
run: npm run build
- name: Release
run: npx semantic-release --dry-run
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 3b15165

Please sign in to comment.