Skip to content

Commit

Permalink
feat: change branding icon (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Sep 17, 2024
1 parent 3d5ed78 commit 22d1961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- 'package.json'
- 'tsconfig.json'
- 'action.yml'
- '.github/workflows/merge.yml'
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -42,7 +41,6 @@ jobs:
skip-commit: 'true'
skip-on-empty: 'true'
git-push: 'false'
pre-release: 'true'

- name: Rebuild and push the dist/ directory
if: ${{ steps.changelog.outputs.tag }}
Expand All @@ -63,7 +61,7 @@ jobs:
if: ${{ steps.changelog.outputs.tag }}
run: |
echo "Creating release ${{ steps.changelog.outputs.tag }}"
git push --origin tag ${{ steps.changelog.outputs.tag }}
git push origin tag ${{ steps.changelog.outputs.tag }}
gh release create ${{ steps.changelog.outputs.tag }} --title ${{ steps.changelog.outputs.tag }} --generate-notes
cleanup:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Add to PR Descriptions"
description: "Add to pull request descriptions using markdown"
author: "Derek Roberts"
branding:
icon: "message-square"
icon: "plus"
color: "blue"

inputs:
Expand Down

0 comments on commit 22d1961

Please sign in to comment.