Skip to content

Commit

Permalink
fix: release on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed May 24, 2024
1 parent d9fa51d commit 3426319
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,13 @@ name: release-on-tag
on:
push:
tags:
- version*-
- version-*

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: show event
run: |
echo "Tag name : $${{ github.event.release.tag_name }}"
echo "ref name : $${{github.ref_name:1}}"
echo "Event name : ${{github.event_name}}"
echo "Ref type : ${{github.ref_type}}"
echo "VERSION=${VERSION:1}" >> $GITHUB_ENV
- name: Set up JDK
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 3426319

Please sign in to comment.