Skip to content

Commit

Permalink
test 148
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjakab committed May 6, 2024
1 parent 9728752 commit 878ad4f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Test and Release

on:
push:
branches:
- "master"
tags:
- "v*"

Expand All @@ -27,8 +25,9 @@ jobs:
pytest
- name: Create Release
uses: ncipollo/release-action@v1
# ref.: https://github.com/ncipollo/release-action
with:
name: "Test release for ${{ github.ref }}"
tag: ${{ github.ref }}
name: "Test release for ${GITHUB_REF##*/}"
#tag: ${{ github.ref }}
draft: true
generateReleaseNotes: true

0 comments on commit 878ad4f

Please sign in to comment.