From 830771cc2c05a55166f5cd3c1542694e0f5d43fb Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Wed, 26 Jul 2023 12:10:00 -0500 Subject: [PATCH] release action --- .github/workflows/release.yml | 23 ++++++++++ test/sandbox.html | 81 +++++++++++++++++++++++++++-------- 2 files changed, 86 insertions(+), 18 deletions(-) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 00000000..fe4d6cad --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,23 @@ +--- +name: 'tagged-release' + +on: + push: + tags: + - '*' + +jobs: + tagged-release: + name: 'Tagged Release' + runs-on: 'ubuntu-latest' + + steps: + # ... + - name: 'Build & test' + run: | + echo "done!" + + - uses: 'marvinpinto/action-automatic-releases@latest' + with: + repo_token: '${{ secrets.GITHUB_TOKEN }}' + prerelease: false diff --git a/test/sandbox.html b/test/sandbox.html index c4afa3bd..5eb83d4c 100644 --- a/test/sandbox.html +++ b/test/sandbox.html @@ -30,28 +30,73 @@