Skip to content

Commit

Permalink
finally working pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
1-alex98 committed Feb 16, 2021
1 parent 18bd5ba commit f38b9a8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
on:
push:
# Sequence of patterns matched against refs/tags
branches:
- master
#tags:
# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

name: Create Release

Expand Down Expand Up @@ -32,6 +29,7 @@ jobs:
sudo apt install -y mono-complete
npm install
npm run make
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit f38b9a8

Please sign in to comment.