Skip to content

Commit

Permalink
chore: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
darlanalves committed Mar 19, 2023
1 parent 76c1e3c commit cfad896
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: CICD

on:
push:

branches:
- main
jobs:
release:
uses: homebots/workflows/.github/workflows/node-build-release.yml@master
with:
build: true
branches: main
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cfad896

Please sign in to comment.