Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
Test release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-carbone committed Jul 18, 2024
1 parent d127da7 commit 3a334c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-onlyOffice-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ jobs:
- install-build-deps
runs-on: ${{ needs.start-runner.outputs.label }} # run the job on the newly created runner
steps:
- name: Create Release
id: create_release_test
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v1.0
release_name: Release v1.0
draft: false
prerelease: false
- name: Checkout Code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3a334c4

Please sign in to comment.