Skip to content

Commit

Permalink
Added git workflow for release. updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RoeelCohen committed Aug 5, 2021
1 parent 0a2479a commit 264fdce
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: release

on:
push:
tags:
"*"

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Release
uses: docker://antonyurchenko/git-release:v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ALLOW_EMPTY_CHANGELOG: "true"
with:
args: |
Shell/Breakpoint.itermcolors
Shell/Breakpoint.terminal
Shell/Breakpoint.zsh-theme
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<br>
Hey fellow coders! <br>
We in Breakpoint belive that code should be fun but also stylish!
We in Breakpoint belive that code should be fun but also stylish! <br>
Therefore we are proud to present our customed themed Shell!
<br><br>

Expand Down

0 comments on commit 264fdce

Please sign in to comment.