Porównaj commity

...

3 Commity

Autor SHA1 Wiadomość Data
Piero Toffanin 5d6c1e787b Update glob 2023-01-12 15:03:27 -05:00
Piero Toffanin dd38d81126 Update glob 2023-01-12 14:59:40 -05:00
Piero Toffanin f213090a6a Bump version 2023-01-12 14:51:39 -05:00
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -34,7 +34,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist\*.zip file: dist/*.zip
file_glob: true file_glob: true
tag: ${{ github.ref }} tag: ${{ github.ref }}
overwrite: true overwrite: true

Wyświetl plik

@ -1,6 +1,6 @@
{ {
"name": "NodeODM", "name": "NodeODM",
"version": "2.2.0", "version": "2.2.1",
"description": "REST API to access ODM", "description": "REST API to access ODM",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {