Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mikkotikkanen/cfn-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkotikkanen committed Feb 3, 2020
2 parents 4f4a00f + 979eac4 commit c409688
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/git-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}


# git-release:
# runs-on: ubuntu-latest
# strategy:
# matrix:
# # List node versions to run tests with
# node-version: [12.x]
# steps:
# - uses: actions/checkout@v1
# - name: "Setup Node.js"
# uses: actions/setup-node@v1
# with:
# node-version: ${{ matrix.node-version }}
# - name: "Install dependencies"
# run: "npm ci"
# - name: "Release"
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# run: "npx semantic-release"

0 comments on commit c409688

Please sign in to comment.