semtag 0.2.3__tar.gz → 0.2.4__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.
@@ -80,7 +80,7 @@ jobs:
80
80
 
81
81
 
82
82
  - name: Update formula
83
- # working-directory: semtag
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: semtag
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: A tool for managing semantic version tags in git repositories
5
5
  Author-email: Mateusz Mikrut <mateusz.mikrut@gmail.com>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: semtag
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: A tool for managing semantic version tags in git repositories
5
5
  Author-email: Mateusz Mikrut <mateusz.mikrut@gmail.com>
6
6
  License-Expression: MIT
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