mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add env variables
This commit is contained in:
parent
508003d9d3
commit
d657e8aa56
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -17,3 +17,6 @@ jobs:
|
||||
- name: Release
|
||||
if: github.ref_name == 'master'
|
||||
run: npx semantic-release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user