Skip to content

Commit

Permalink
Fix CICD Github action workflow for releases (#28)
Browse files Browse the repository at this point in the history
rafafrdz authored Jun 3, 2024

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
1 parent 0a83fb3 commit d2e626b
Showing 3 changed files with 3 additions and 51 deletions.
30 changes: 0 additions & 30 deletions .github/release.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/release-notes.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release
on:
release:
types:
- created
push:
tags:
- v*
jobs:
publish:
runs-on: ubuntu-latest

0 comments on commit d2e626b

Please sign in to comment.