Skip to content

Commit

Permalink
Try first actual action release
Browse files Browse the repository at this point in the history
  • Loading branch information
pipobscure committed Jan 5, 2021
1 parent 34acf3d commit 414f665
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@ jobs:
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
dry-run: true
- if: steps.publish.outputs.type != 'none'
name: github release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.publish.outputs.version }}
release_name: Release ${{ steps.publish.outputs.version }}
tag_name: v${{ steps.publish.outputs.version }}
release_name: Release v${{ steps.publish.outputs.version }}
body: Released to npm as v${{ steps.publish.outputs.version }}
draft: false
prerelease: false

0 comments on commit 414f665

Please sign in to comment.