Skip to content

Commit

Permalink
build(release): update release event
Browse files Browse the repository at this point in the history
  • Loading branch information
uittorio committed Apr 11, 2020
1 parent 4b282d0 commit 828cd18
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
release:
types: [published, created, edited]
types: [published, edited]

jobs:
release:
Expand All @@ -18,7 +18,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: echo Hello world $GITHUB_REF!
- name: lets publish
run:
echo "::set-env name=TAG::$($GITHUB_REF | sed 's|.*\/||')"
echo $TAG
env:
CI: true

0 comments on commit 828cd18

Please sign in to comment.