semtag 0.2.3__tar.gz → 0.2.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {semtag-0.2.3 → semtag-0.2.5}/.github/workflows/publish.yml +3 -3
- {semtag-0.2.3/semtag.egg-info → semtag-0.2.5}/PKG-INFO +1 -1
- {semtag-0.2.3 → semtag-0.2.5/semtag.egg-info}/PKG-INFO +1 -1
- {semtag-0.2.3 → semtag-0.2.5}/.gitignore +0 -0
- {semtag-0.2.3 → semtag-0.2.5}/LICENSE +0 -0
- {semtag-0.2.3 → semtag-0.2.5}/README.md +0 -0
- {semtag-0.2.3 → semtag-0.2.5}/SemanticVersion.py +0 -0
- {semtag-0.2.3 → semtag-0.2.5}/pyproject.toml +0 -0
- {semtag-0.2.3 → semtag-0.2.5}/requirements.txt +0 -0
- {semtag-0.2.3 → semtag-0.2.5}/semtag.egg-info/SOURCES.txt +0 -0
- {semtag-0.2.3 → semtag-0.2.5}/semtag.egg-info/dependency_links.txt +0 -0
- {semtag-0.2.3 → semtag-0.2.5}/semtag.egg-info/entry_points.txt +0 -0
- {semtag-0.2.3 → semtag-0.2.5}/semtag.egg-info/requires.txt +0 -0
- {semtag-0.2.3 → semtag-0.2.5}/semtag.egg-info/top_level.txt +0 -0
- {semtag-0.2.3 → semtag-0.2.5}/semtag.py +0 -0
- {semtag-0.2.3 → semtag-0.2.5}/setup.cfg +0 -0
- {semtag-0.2.3 → semtag-0.2.5}/tools/pre-commit +0 -0
|
@@ -80,7 +80,7 @@ jobs:
|
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
- name: Update formula
|
|
83
|
-
# working
|
|
83
|
+
# no working directory, as I need both repos
|
|
84
84
|
run: |
|
|
85
85
|
set -euo pipefail
|
|
86
86
|
TAG="${GITHUB_REF_NAME}"
|
|
@@ -114,6 +114,7 @@ jobs:
|
|
|
114
114
|
envsubst < "${{ env.TEMPLATE_PATH }}" > "${{ env.FORMULA_PATH }}"
|
|
115
115
|
|
|
116
116
|
- name: Commit and push changes
|
|
117
|
+
working-directory: tap
|
|
117
118
|
run: |
|
|
118
119
|
set -euo pipefail
|
|
119
120
|
git status --short
|
|
@@ -123,6 +124,5 @@ jobs:
|
|
|
123
124
|
fi
|
|
124
125
|
git config user.name "github-actions[bot]"
|
|
125
126
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
|
126
|
-
git
|
|
127
|
-
git commit -m "Update semtag to ${GITHUB_REF_NAME}"
|
|
127
|
+
git commit -am "Update semtag to ${GITHUB_REF_NAME}"
|
|
128
128
|
git push
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|