Skip to content

Commit

Permalink
Merge pull request #38 from TykTechnologies/goreleaser/init
Browse files Browse the repository at this point in the history
Do NOT publish release to github.
  • Loading branch information
matiasinsaurralde committed Jul 30, 2020
2 parents ff89e43 + 5484a20 commit f713224
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unstable-packages.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --rm-dist --skip-publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# Tyk-Sync

![Unstable packages](https://github.com/TykTechnologies/tyk-sync/workflows/Unstable%20packages/badge.svg)

## What is it?

Tyk-Sync is a command line tool and library to manage and synchronise a Tyk installation with your version control system (VCS).
Expand Down

0 comments on commit f713224

Please sign in to comment.