Skip to content

Commit

Permalink
github workflow added
Browse files Browse the repository at this point in the history
  • Loading branch information
shafiqhammad5 committed Oct 29, 2024
1 parent cb13993 commit 54f4a66
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,25 @@ on:

jobs:
release:
name: 🚀 tailgrids release
name: 🚀 lineicons release
runs-on: ubuntu-latest
steps:
- name: 📚 checkout
uses: actions/checkout@v4
- name: 🟢 node

- name: 🟢 setup node
uses: actions/setup-node@v4
with:
node-version: 12
node-version: 20
registry-url: https://registry.npmjs.org

- name: installing packages
run: npm ci

- name: 📦 build
run: npm run build --if-present

- name: 🚀 publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 54f4a66

Please sign in to comment.