Skip to content

Commit

Permalink
set executable for script?
Browse files Browse the repository at this point in the history
  • Loading branch information
lindnerby committed Oct 16, 2024
1 parent 5327a4d commit 002d82d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: "Create release"

on:
pull_request:
types: [opened, synchronize]
branches:
- main
workflow_dispatch:
inputs:
version:
Expand All @@ -20,6 +24,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set executable permissions for scripts
run: chmod +x ./.github/scripts/validate_release_tag.sh
- name: Validate the release tag
run: ./.github/scripts/validate_release_tag.sh ${{ github.event.inputs.version }}
- name: Check if release exists
Expand Down

0 comments on commit 002d82d

Please sign in to comment.