mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-26 05:21:31 +08:00
build: remove publishing to Github package
This commit is contained in:
parent
fc8fb12ce1
commit
e8dc5f485a
10
.github/workflows/publish.yml
vendored
10
.github/workflows/publish.yml
vendored
@ -28,13 +28,3 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
# Setup .npmrc file to publish to GitHub Packages
|
|
||||||
- uses: actions/setup-node@v2
|
|
||||||
with:
|
|
||||||
registry-url: 'https://npm.pkg.github.com'
|
|
||||||
|
|
||||||
- name: Publish to Github packages
|
|
||||||
run: npm publish --ignore-scripts
|
|
||||||
env:
|
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user