Skip to content

Commit

Permalink
feat(learning): 🔥 try new release git
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienqb committed Oct 2, 2022
1 parent d1c27b0 commit d64b6cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/on-release-merge.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
- run: echo "the git ref is ${{ github.ref }}"
- run: echo "the git ref name is ${{ github.ref_name}}"
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: python
package-name: release-please-action
- name: Coucou
if: ${{ steps.release.outputs.release_created }}
run: echo "git head ref is ${{ github.head_ref}} and I run"

0 comments on commit d64b6cb

Please sign in to comment.