Skip to content

Commit

Permalink
Try different release generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Lammer committed Oct 21, 2022
1 parent 95ce25b commit 4a0712d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,12 @@ jobs:
# Release
- run: echo "RELEASE_NAME=v${{ env.VERSION_CURRENT }}" >>$GITHUB_ENV
- uses: rickstaa/action-create-tag@v1
with:
tag: ${{ env.RELEASE_NAME }}
- name: Release
uses: "marvinpinto/action-automatic-releases@latest"
uses: softprops/action-gh-release@v1
with:
repo_token: ${{ secrets.GH_TOKEN }}
automatic_release_tag: latest
prerelease: false
draft: false
title: ${{ env.RELEASE_NAME }}
token: ${{ secrets.GH_TOKEN }}
tag_name: ${{ env.RELEASE_NAME }}
generate_release_notes: true
files: |
${{ env.SCRIPT_MINIFIED }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anki-persistence",
"version": "1.1.4",
"version": "1.1.6",
"description": "Persist data between both sides of an anki flashcard.",
"main": "script.js",
"directories": {
Expand Down

0 comments on commit 4a0712d

Please sign in to comment.