Skip to content

Commit

Permalink
Revert auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Oct 7, 2024
1 parent ad587f8 commit e8b8b2d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
- name: Create a Release
uses: elgohr/Github-Release-Action@v5
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
title: ${{ github.ref }}
tag: ${{ github.ref }}
# - name: Create a Release
# uses: elgohr/Github-Release-Action@v5
# env:
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# title: ${{ github.ref }}
# tag: ${{ github.ref }}

0 comments on commit e8b8b2d

Please sign in to comment.