Skip to content

Commit

Permalink
Add publishing workflow (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSumislawski authored Feb 14, 2025
1 parent f5dd661 commit 483de05
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/coralogix_publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Coralogix Publish

Check notice on line 1 in .github/workflows/coralogix_publish.yml

View workflow job for this annotation

GitHub Actions / build / Compile and Check Java

Unapproved License

File with unapproved license: .github/workflows/coralogix_publish.yml

Check notice on line 1 in .github/workflows/coralogix_publish.yml

View workflow job for this annotation

GitHub Actions / build / Compile and Check Java

Unapproved License

File with unapproved license: .github/workflows/coralogix_publish.yml

Check notice on line 1 in .github/workflows/coralogix_publish.yml

View workflow job for this annotation

GitHub Actions / build / Compile and Check Java

Unapproved License

File with unapproved license: .github/workflows/coralogix_publish.yml

on:
workflow_dispatch:

jobs:
publish:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

0 comments on commit 483de05

Please sign in to comment.