Skip to content

Commit 24361e6

Browse files
Change build workflow to use master branch
Updated the build workflow reference to use the master branch and added a release version.
1 parent cfa8f2a commit 24361e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
Library-EMFEditUtils:
7-
uses: PalladioSimulator/Palladio-Build-ActionsPipeline/.github/workflows/build.yml@v3.2
7+
uses: PalladioSimulator/Palladio-Build-ActionsPipeline/.github/workflows/build.yml@master
88
with:
99
use-display-output: true
1010
no-caching: true
1111
java-version: 17
1212
runner-label: ubuntu-latest
1313
deploy-updatesite: 'releng/tools.mdsd.library.emfeditutils.updatesite/target/repository'
14+
release-version: '1.0.0'
1415
secrets:
1516
SERVER_SSH_KEY: ${{ secrets.DEPLOYMENT_SERVER_SSH_KEY }}
1617
REMOTE_HOST: ${{ secrets.DEPLOYMENT_REMOTE_HOST }}

0 commit comments

Comments
 (0)