NPM publish workflow #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: NPM publish workflow | |
on: workflow_dispatch # На какой триггер будет реагировать данный workflow чтобы автоматически запуститься; | |
jobs: | |
Prepare-Build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: clear previous build | |
run: echo "Hello world!" |