Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
queenkjuul authored Nov 7, 2024
1 parent b73f864 commit 58edbea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
# description: "tag to release"
# required: true
# type: string
# commit:
# description: "commit or branch to release"
# required: true
# default: "main"
# type: string
commit:
description: "commit or branch to release"
required: true
default: "main"
type: string
push:
tags:
- "*"
Expand Down Expand Up @@ -141,5 +141,5 @@ jobs:
allowUpdates: true
generateReleaseNotes: true
tag: v${{ env.PACKAGE_VERSION }}
# commit: ${{ inputs.commit }}
commit: ${{ inputs.commit }}
name: "Spotify 97 Release v${{ env.PACKAGE_VERSION }}"

0 comments on commit 58edbea

Please sign in to comment.