Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
basbruss authored Nov 29, 2023
1 parent aac7e3f commit 0e8d505
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
types:
- "published"

permissions: {}

jobs:
release:
name: "Release"
Expand All @@ -18,8 +16,8 @@ jobs:
- name: "Checkout the repository"
uses: "actions/checkout@v4.1.1"

- name: "Adjust version number"
shell: "bash"
- name: 🔢 Adjust version number
shell: bash
run: |
version="${{ github.event.release.tag_name }}"
version="${version,,}"
Expand Down

0 comments on commit 0e8d505

Please sign in to comment.