diff --git a/.github/workflows/AOSExample(Copy).yml b/.github/workflows/AOSExample(Copy).yml index 075050b..31876e9 100644 --- a/.github/workflows/AOSExample(Copy).yml +++ b/.github/workflows/AOSExample(Copy).yml @@ -5,8 +5,8 @@ env: OCTOPUS_HOST: ${{ secrets.OCTOPUS_HOST }} OCTOPUS_CLI_SERVER: ${{ secrets.OCTOPUS_HOST }} OCTOPUS_URL: ${{ secrets.OCTOPUS_HOST }} - PACKAGEVERSION: '3.0.6.1' - VERSION: '3.0.6.1' + PACKAGEVERSION: '3.0.6.2' + VERSION: '3.0.6.2' OCTOPUS_SPACE: 'Dane' PACKAGENAME: 'Monday' @@ -49,13 +49,13 @@ jobs: # echo $version #echo "name=VERSION::1.0.0" >> $GITHUB_STATE - - name: Bump release version + # - name: Bump release version # https://github.com/marketplace/actions/increment-semantic-version - id: bump_version - uses: christian-draeger/increment-semantic-version@1.0.3 - with: - current-version: ${{ env.PACKAGEVERSION }} - version-fragment: 'feature' + # id: bump_version + # uses: christian-draeger/increment-semantic-version@1.0.3 + # with: + # current-version: ${{ env.PACKAGEVERSION }} + # version-fragment: 'feature' - name: Create Package #if: matrix.os == 'ubuntu-latest' run: |