Skip to content

Commit

Permalink
Release dist tags only on final release
Browse files Browse the repository at this point in the history
  • Loading branch information
usimd committed Nov 6, 2024
1 parent 1297731 commit 7ff6686
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
release:
types:
- released
- edited

jobs:
publish-release:
Expand Down Expand Up @@ -34,12 +33,4 @@ jobs:
dist/index.js
README.md
LICENSE
action.yml
- name: Set release to published
uses: irongut/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
id: ${{ github.event.release.id }}
draft: false
prerelease: false
action.yml

0 comments on commit 7ff6686

Please sign in to comment.