Skip to content

Commit

Permalink
fixed release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost committed Jan 30, 2024
1 parent c1e6a03 commit 198bb33
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 308 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: man_2_create_release
name: man_2_create_prerelease

on:
workflow_dispatch:
Expand All @@ -25,11 +25,6 @@ on:
default: true
description: "WARNING: Make sure the `man_1_push_to_master` workflow has passed successfully before running this workflow.
Uncheck this box if it has."
branch_name:
type: string
required: true
default: "master"
description: "The name of the branch to create a release from, defaults to master."

permissions:
id-token: write
Expand All @@ -43,7 +38,6 @@ jobs:
!github.event.inputs.push_to_master_failed
with:
prerelease: true
prerelease_name: github.event.inputs.branch_name
secrets: inherit # pragma: allowlist secret

notify_slack:
Expand All @@ -55,7 +49,7 @@ jobs:
- name: Checkout master
uses: actions/checkout@v4
with:
ref: "master"
ref: ${{ github.event.inputs.branch_name }}

- name: Format Slack message
run: |
Expand Down
Loading

0 comments on commit 198bb33

Please sign in to comment.