1
0
mirror of https://github.com/konpa/devicon.git synced 2025-07-31 11:50:13 +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

View File

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