Skip to content

Commit

Permalink
Merge pull request #6 from techman83/development
Browse files Browse the repository at this point in the history
Release v0.2.3
  • Loading branch information
techman83 authored Apr 27, 2021
2 parents dfb1665 + a33c4b3 commit 6bcde5f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 30 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
---
name: Generate Release
name: Release Version

on:
push:
tags:
- "v*"
branches:
- main

jobs:
generate-release:
runs-on: "ubuntu-latest"

release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: collect_tag_version
run: |
echo VERSION=$(cat filament_scale_enhanced/fse_version.py | awk '{ print $3 }' | sed 's/"//g') >> $GITHUB_ENV
- name: Setup Python
uses: actions/setup-python@v2
with:
Expand All @@ -31,6 +32,7 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
draft: false
automatic_release_tag: "v${{ env.VERSION }}"
files: |
LICENSE.txt
dist/*.tar.gz
dist/*.tar.gz
21 changes: 0 additions & 21 deletions .github/workflows/tag.yml

This file was deleted.

2 changes: 1 addition & 1 deletion filament_scale_enhanced/fse_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.2.2"
VERSION = "0.2.3"

0 comments on commit 6bcde5f

Please sign in to comment.