Skip to content

Commit

Permalink
Update auto-release-from-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Jan 19, 2025
1 parent c441f8d commit d9a2aab
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/auto-release-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,10 @@ on:
- "v*"
workflow_dispatch:
jobs:
job-test:
runs-on: ubuntu-latest
steps:
- name: "123"
shell: bash
run: |
echo '${{ github.ref }}'
echo '${{ github.event.ref }}'
echo '${{ github.event.ref_type }}'
base-job:
name: "Release"
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/v') || startsWith(github.event.ref, 'refs/tags/v')"
if: "startsWith(github.ref, 'refs/tags/v')"
permissions:
contents: write

Expand Down

0 comments on commit d9a2aab

Please sign in to comment.