Skip to content

Commit

Permalink
chore: (DSO-00) Fix release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercm1410 committed Jun 20, 2024
1 parent fd6c5ef commit b6d24cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: 🚢 Publish

on:
release:
types: [published]
push:
tags:
- '*'

concurrency:
group: '${{ github.workflow }} @ ${{ github.ref }}'
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commenter",
"version": "0.2.2",
"version": "0.3.0",
"description": "GitHun PR commenter tool",
"private": true,
"scripts": {
Expand Down

0 comments on commit b6d24cc

Please sign in to comment.