Skip to content

Commit

Permalink
fix: [DEVOPS-943] publish manually
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnr committed Jun 22, 2021
1 parent 6c1163b commit 959bc68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Publish

on:
release:
types: [created]
- release:
types:
- created

- workflow_dispatch

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
nodejs 12.14.0
direnv 2.28.0

0 comments on commit 959bc68

Please sign in to comment.