Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Nightly Snapshots using Java 8 #1150

Nightly Snapshots using Java 8

Nightly Snapshots using Java 8 #1150

name: Nightly Snapshots using Java 8
on:
schedule:
- cron: '30 6 * * *'
env:
JAVA_OPTS: '-XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Xms60M -Xmx1G -XX:InitialCodeCacheSize=40M -XX:ReservedCodeCacheSize=120M'
permissions:
contents: read
jobs:
publish-snapshot:
permissions:
contents: read
if: ${{ github.ref == 'refs/heads/jruby-9.4' }}
uses: jruby/jruby/.github/workflows/snapshot-publish.yml@d8369e218d4878b79d394a90483f109a2096a820
with:
javaLevel: 8
secrets:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}