Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hipska committed Jan 31, 2024
1 parent 7385a7b commit 2a0895a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: Combodo/itop-data-collector-base
ref: 1.3.0
ref: 1.3.1
sparse-checkout: |
conf
core
Expand All @@ -26,7 +26,7 @@ jobs:
with:
path: ${{ github.repository }}/collectors
- name: Create package
uses: thedoctor0/[email protected].1
uses: thedoctor0/[email protected].6
with:
filename: ../${{ github.repository }}-${{ github.ref_name }}.zip
path: '*'
Expand Down
3 changes: 2 additions & 1 deletion module.snmp-discovery-collector.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
/**
* @copyright 2024 Super-Visions BVBA
* @license http://opensource.org/licenses/AGPL-3.0
* @noinspection PhpUnhandledExceptionInspection
*/

SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'snmp-discovery-collector/1.0.0',
'snmp-discovery-collector/1.1.0',
[]
);

0 comments on commit 2a0895a

Please sign in to comment.