Skip to content

Commit

Permalink
Hotfix in build and publish workflow
Browse files Browse the repository at this point in the history
Also, bumping version (only build) to trigger a new build.
  • Loading branch information
rarylson committed Oct 24, 2022
1 parent 5bb22a0 commit fd486ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: build-and-publish

on:
push:
tags: ["v[0-9]+.[0-9]+"]
tags: ["v*"]
workflow_dispatch:

jobs:
build-and-publish:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Changelog
- **Fix:** Close config file as soon as possible
- Before, we were using `readfp` and keeping the config file opened forever
- Multiple improvements and more automation in the build/publish process
- Notadably, the release process now uses a CI/CD pipeline via Github Actions
- Notadably, the release process now uses a CI/CD pipeline via GitHub Actions

1.0.1
-----
Expand Down
2 changes: 1 addition & 1 deletion update_conf_py/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
__author__ = "Rarylson Freitas"
__email__ = "rarylson@gmail.com"
__program__ = "update-conf.py"
__version__ = "1.0.2"
__version__ = "1.0.2.post1"
__license__ = "Revised BSD"

# Consts
Expand Down

0 comments on commit fd486ef

Please sign in to comment.