Skip to content

Commit

Permalink
Update AOSExample(Copy).yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danefalvo authored Dec 16, 2022
1 parent 04a989a commit 7ba47d9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/AOSExample(Copy).yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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/[email protected]
with:
current-version: ${{ env.PACKAGEVERSION }}
version-fragment: 'feature'
# id: bump_version
# uses: christian-draeger/[email protected]
# with:
# current-version: ${{ env.PACKAGEVERSION }}
# version-fragment: 'feature'
- name: Create Package
#if: matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit 7ba47d9

Please sign in to comment.