Skip to content

Commit

Permalink
Merge pull request #4 from natahouse/develop
Browse files Browse the repository at this point in the history
chore(release): v1.1.0
  • Loading branch information
Minozzzi authored Mar 20, 2024
2 parents 958003a + c771497 commit 1ff9cef
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,13 @@ jobs:
restore-keys: |
${{ runner.os }}-node-modules-
- name: Tag
id: tag
run: |
echo ::set-output name=tag::$(git describe HEAD --abbrev=0)
- name: Create Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release_name: Release ${{ steps.tag.outputs.tag }}
tag_name: ${{ steps.tag.outputs.tag }}
release_name: Release git describe HEAD --abbrev=0
tag_name: git describe HEAD --abbrev=0
body_path: CHANGELOG.md
draft: false
prerelease: false
Expand Down

0 comments on commit 1ff9cef

Please sign in to comment.