Skip to content

Commit

Permalink
Add release to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
smguggen committed Jul 2, 2023
1 parent b29e6d5 commit 908bba2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,17 @@ jobs:
CDK_DEFAULT_REGION: ${{ secrets.CDK_DEFAULT_REGION }}
CDK_DEFAULT_ACCOUNT: ${{ secrets.CDK_DEFAULT_ACCOUNT }}
NPM_VERSION_TYPE: ${{ secrets.NPM_VERSION_TYPE }}
- name: Release
- name: publish
uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}
- name: release
uses: actions/create-release@v1
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 908bba2

Please sign in to comment.