1
0
mirror of https://github.com/konpa/devicon.git synced 2025-04-20 21:01:52 +02:00

add environment for npm publish workflow (#513)

This commit is contained in:
Clemens Bastian 2021-02-23 19:45:20 +01:00 committed by GitHub
parent 1671b948ef
commit 570f6ac2a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ on:
types: [released]
jobs:
publish:
environment: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2