Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
again
  • Loading branch information
malys authored Jan 12, 2025
1 parent f601dca commit db79f69
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,16 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@master
with:
fetch-depth: 0 # Fetch all tags

- name: Create Release for Tag
id: release_tag
uses: Akryum/release-tag
- name: Create Release
id: create_release
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}

release_name: Release ${{ github.ref }}
draft: false
prerelease: false
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
Expand All @@ -34,5 +33,3 @@ jobs:
tag: ${{ github.ref }}
overwrite: true
body: "Mindmap plug version: ${{ github.ref }}"


0 comments on commit db79f69

Please sign in to comment.