Skip to content

Commit

Permalink
main yml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Verena Lechner authored and Verena Lechner committed Jan 23, 2023
1 parent c6f79f2 commit 023dae7
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- opened
- reopened
- synchronize # canary on new commit
push:
push:
branches:
- master

Expand All @@ -31,16 +31,6 @@ jobs:
node-version: 16
registry-url: "https://npm.pkg.github.com"

# - name: Install dependencies
# run: |
# if [ -e yarn.lock ]; then
# yarn install --frozen-lockfile
# elif [ -e package-lock.json ]; then
# npm ci
# else
# npm i
# fi

- name: Create Release # releasing as a github npm package
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 023dae7

Please sign in to comment.