Skip to content

Commit be21757

Browse files
committed
Upgrade to Dolibarr 20.0.3
1 parent 9ad78f4 commit be21757

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Get the version
1515
id: get_version
1616
run: |
17-
value=`grep -oP 'docker \K[\d\.]*' conf/dependencies.yml`
17+
value=`grep -oP 'dolibarr \K[\d\.]*' conf/dependencies.yml`
1818
echo "VERSION=$value" >> $GITHUB_ENV
1919
- name: Setup Python
2020
uses: LizardByte/setup-python-action@master
@@ -32,7 +32,6 @@ jobs:
3232
env:
3333
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
3434
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
35-
VERSION: ${{ steps.get_version.outputs.VERSION }}
3635
run: curl -u "${NEXUS_USERNAME}:${NEXUS_PASSWORD}" -X PUT --upload-file package.zip https://nexus.sismics.com/repository/sismics/dolibarr-${VERSION}.zip;
3736
- name: Create Github Release
3837
uses: actions/create-release@v1

0 commit comments

Comments
 (0)