Skip to content

Commit

Permalink
TEST release
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Sep 22, 2020
1 parent b860966 commit e60f0f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: release
on:
push:
branches:
- master
# branches:
# - master
jobs:
release:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions tools/release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

set -e
set -ex

if [ -z $CI ]; then
exit 1
Expand All @@ -16,6 +16,6 @@ git config --global user.name "$GIT_USER"
git config --global user.email "$GIT_EMAIL"

git tag $version
git push --tags
# git push --tags

curl -sL https://git.io/goreleaser | bash
# curl -sL https://git.io/goreleaser | bash

0 comments on commit e60f0f6

Please sign in to comment.