Compare commits

..

4 Commits

Author SHA1 Message Date
Conventional Changelog Action
9cc7d36434 chore 🤖: Release v1.0.9 [skip ci] [skip ci] 2023-09-22 20:27:17 +00:00
ab9c1c4816 ci: remove duplicate artifact upload 2023-09-22 20:26:27 +00:00
Conventional Changelog Action
f94f69a8f7 chore 🤖: Release v1.0.8 [skip ci] [skip ci] 2023-09-22 20:25:23 +00:00
24c26bea0d ci: specify file output 2023-09-22 20:24:38 +00:00
3 changed files with 10 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ jobs:
registry-username: ${{ secrets.REGISTRY_USERNAME }} registry-username: ${{ secrets.REGISTRY_USERNAME }}
registry-password: ${{ secrets.REGISTRY_PASSWORD }} registry-password: ${{ secrets.REGISTRY_PASSWORD }}
format: spdx-json format: spdx-json
artifact-name: sbom.spdx.json output-file: ./sbom.spdx.json
- name: Create Release - name: Create Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1

View File

@@ -1,3 +1,11 @@
## [1.0.9](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.8...v1.0.9) (2023-09-22)
## [1.0.8](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.7...v1.0.8) (2023-09-22)
## [1.0.7](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.6...v1.0.7) (2023-09-22) ## [1.0.7](https://github.com/dangeroustech/ZeroTierBridge/compare/v1.0.6...v1.0.7) (2023-09-22)

View File

@@ -1,3 +1,3 @@
{ {
"version": "1.0.7" "version": "1.0.9"
} }