Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ServerPackCreator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
JetBrains YouTrack
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Griefed
ServerPackCreator
Commits
01edad17
Verified
Commit
01edad17
authored
1 month ago
by
Griefed
Browse files
Options
Downloads
Patches
Plain Diff
ci: Switch to ncipollo/release-action for continuous dev-release
parent
0e06cdac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!641
Develop
Pipeline
#9242
passed
1 month ago
Stage: Tests
Stage: Documentation
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/devbuild.yml
+19
-7
19 additions, 7 deletions
.github/workflows/devbuild.yml
with
19 additions
and
7 deletions
.github/workflows/devbuild.yml
+
19
−
7
View file @
01edad17
...
...
@@ -67,14 +67,26 @@ jobs:
run
:
|
cp checksum.txt continuous/
-
name
:
Upload to GitHub Releases
uses
:
"
slord399/action-automatic-releases@v1.0.1"
# - name: Upload to GitHub Releases
# uses: "slord399/action-automatic-releases@v1.0.1"
# with:
# repo_token: "${{ secrets.GITHUB_TOKEN }}"
# automatic_release_tag: "continuous"
# prerelease: true
# files: |
# continuous/*
-
uses
:
ncipollo/release-action@v1
with
:
repo_token
:
"
${{
secrets.GITHUB_TOKEN
}}"
automatic_release_tag
:
"
continuous"
prerelease
:
true
files
:
|
continuous/*
allowUpdates
:
'
true'
artifacts
:
"
continuous/*"
body
:
"
Continuous
dev-build
release.<br>Updated
every
time
changes
are
pushed
to
develop.<br>Do
not
use
unless
you
have
been
told
to,
or
are
curious
about
the
contents
of
the
dev
build.<br>Do
not
link
to
this
release."
commit
:
'
develop'
name
:
"
continuous"
prerelease
:
'
true'
removeArtifacts
:
'
true'
replacesArtifacts
:
'
true'
tag
:
'
continuous'
# - name: Delete drafts
# uses: hugo19941994/delete-draft-releases@v1.0.1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment